#7DDCE2

Color #7DDCE2 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7DDCE2

Tints of Turquoise Blue #7DDCE2

Color information

#7DDCE2 (or 0x7DDCE2) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DC and E2. RGB value is (125,220,226). Sum of RGB (Red+Green+Blue) = 125+220+226=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #7DDCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCE2 is #82231D. Grayscale: #C0C0C0. Windows color (decimal): -8528670 or 14867581. OLE color: 14867581.

HSL color Cylindrical-coordinate representation of color #7DDCE2: hue angle of 183.56º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DDCE2 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125220226-
CMYK0.450.0300.11
HSL183.56º63.52%68.82%-
HSV(B)183.56º44.69%88.63%-
XYZ47.7861.0481.21-
YUV192.28147.0380.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=21.89%
G=38.53%
B=39.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252202260.450.0300.11183.5663.5268.82
Hex7DDCE22D30Bb84045
Octal175334342553013270100105
Binary1111101110111001110001010110111010111011100010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDCE2; }

 p { color: rgb(125,220,226); }

 H1.HeaderClassName
 {
   color: #7DDCE2;
 }
 .AnyTagClassName
 {
   color: #7DDCE2;
 }
</style>
background-color css

<style>
 a { background-color: #7DDCE2; }

 a { background-color: rgb(125,220,226); }

 div.DivClassName
 {
   background-color: #7DDCE2;
 }
 .BgClassName
 {
   background-color: #7DDCE2;
 }
</style>
border-color css

<style>
 span { border-color: #7DDCE2; }

 span { border-color: rgb(125,220,226); }

 td.TdClassName
 {
   border-color: #7DDCE2;
 }
 .TagClassName
 {
   border-color: #7DDCE2;
 }
</style>