#7DDFEC

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

Shades of Turquoise Blue #7DDFEC

Tints of Turquoise Blue #7DDFEC

Color information

#7DDFEC (or 0x7DDFEC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DF and EC. RGB value is (125,223,236). Sum of RGB (Red+Green+Blue) = 125+223+236=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFEC is #822013. Grayscale: #C3C3C3. Windows color (decimal): -8527892 or 15523709. OLE color: 15523709.

HSL color Cylindrical-coordinate representation of color #7DDFEC: hue angle of 187.03º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDFEC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125223236-
CMYK0.470.0600.07
HSL187.03º74.5%70.78%-
HSV(B)187.03º47.03%92.55%-
XYZ49.9963.1988.92-
YUV195.18151.0377.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.40%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=21.40%
G=38.18%
B=40.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252232360.470.0600.07187.0374.570.78
Hex7DDFEC2F607bb4a47
Octal17533735457607273112107
Binary1111101110111111110110010111111001111011101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,236); }

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

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

 a { background-color: rgb(125,223,236); }

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

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

 span { border-color: rgb(125,223,236); }

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