#7FDDEC

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

Shades of Turquoise Blue #7FDDEC

Tints of Turquoise Blue #7FDDEC

Color information

#7FDDEC (or 0x7FDDEC) is unknown color: approx Turquoise Blue. HEX triplet: 7F, DD and EC. RGB value is (127,221,236). Sum of RGB (Red+Green+Blue) = 127+221+236=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 221 (86.72% from 255 or 37.84% 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 #7FDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDEC is #802213. Grayscale: #C2C2C2. Windows color (decimal): -8397332 or 15523199. OLE color: 15523199.

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

Color convert

RGB127221236-
CMYK0.460.0600.07
HSL188.26º74.15%71.18%-
HSV(B)188.26º46.19%92.55%-
XYZ49.7562.2888.76-
YUV194.6151.3679.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=21.75%
G=37.84%
B=40.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272212360.460.0600.07188.2674.1571.18
Hex7FDDEC2E607bc4a47
Octal17733535456607274112107
Binary1111111110111011110110010111011001111011110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,221,236); }

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

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

 a { background-color: rgb(127,221,236); }

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

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

 span { border-color: rgb(127,221,236); }

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