#5FDEDF

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

Shades of Turquoise Blue #5FDEDF

Tints of Turquoise Blue #5FDEDF

Color information

#5FDEDF (or 0x5FDEDF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DE and DF. RGB value is (95,222,223). Sum of RGB (Red+Green+Blue) = 95+222+223=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEDF is #A02120. Grayscale: #B8B8B8. Windows color (decimal): -10494241 or 14671455. OLE color: 14671455.

HSL color Cylindrical-coordinate representation of color #5FDEDF: hue angle of 180.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDEDF is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95222223-
CMYK0.570.0000.13
HSL180.47º66.67%62.35%-
HSV(B)180.47º57.4%87.45%-
XYZ44.166079.07-
YUV184.14149.9264.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.59%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=17.59%
G=41.11%
B=41.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952222230.570.0000.13180.4766.6762.35
Hex5FDEDF3900Db4433e
Octal13733633771001526410376
Binary10111111101111011011111111001001101101101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FDEDF; }

 p { color: rgb(95,222,223); }

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

<style>
 a { background-color: #5FDEDF; }

 a { background-color: rgb(95,222,223); }

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

<style>
 span { border-color: #5FDEDF; }

 span { border-color: rgb(95,222,223); }

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