#5FCADE

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

Shades of Turquoise Blue #5FCADE

Tints of Turquoise Blue #5FCADE

Color information

#5FCADE (or 0x5FCADE) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CA and DE. RGB value is (95,202,222). Sum of RGB (Red+Green+Blue) = 95+202+222=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCADE is #A03521. Grayscale: #ACACAC. Windows color (decimal): -10499362 or 14600799. OLE color: 14600799.

HSL color Cylindrical-coordinate representation of color #5FCADE: hue angle of 189.45º degrees, saturation: 0.66, 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 #5FCADE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95202222-
CMYK0.570.0900.13
HSL189.45º65.8%62.16%-
HSV(B)189.45º57.21%87.06%-
XYZ39.0249.9576.69-
YUV172.29156.0572.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.30%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=18.30%
G=38.92%
B=42.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952022220.570.0900.13189.4565.862.16
Hex5FCADE3990Dbd423e
Octal137312336711101527510276
Binary10111111100101011011110111001100101101101111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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