#7FDDED

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

Shades of Turquoise Blue #7FDDED

Tints of Turquoise Blue #7FDDED

Color information

#7FDDED (or 0x7FDDED) is unknown color: approx Turquoise Blue. HEX triplet: 7F, DD and ED. RGB value is (127,221,237). Sum of RGB (Red+Green+Blue) = 127+221+237=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FDDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDED is #802212. Grayscale: #C2C2C2. Windows color (decimal): -8397331 or 15588735. OLE color: 15588735.

HSL color Cylindrical-coordinate representation of color #7FDDED: hue angle of 188.73º degrees, saturation: 0.75, 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 #7FDDED is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127221237-
CMYK0.460.0700.07
HSL188.73º75.34%71.37%-
HSV(B)188.73º46.41%92.94%-
XYZ49.8962.3489.52-
YUV194.72151.8679.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.71%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=21.71%
G=37.78%
B=40.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272212370.460.0700.07188.7375.3471.37
Hex7FDDED2E707bd4b47
Octal17733535556707275113107
Binary1111111110111011110110110111011101111011110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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