Html Css Color HEX #5FCADE Turquoise Blue

📋 copy color: '#5FCADE'

red 95 ◦ green 202 ◦ blue 222

#5FCADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5FCADE

Tints of Turquoise Blue #5FCADE

RGB

 RED value IS 95 (37.5% from 255) = 18.3%

 GREEN value IS 202 (79.3% from 255) = 38.92%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 18.3%
G = 38.92%
B = 42.77%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FCADE (or 0x5FCADE) is known color: 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

RGB 95 202 222 -
CMYK 0.57 0.09 0 0.13
HSL 189.45º 0.66% 0.62% -
HSV(B) 189.45º 0.57% 0.87% -
XYZ 39.02 49.95 76.69 -
YUV 172.29 156.05 72.87 -
System Red Green Blue C M Y K H S L
Decimal 95 202 222 0.57 0.09 0 0.13 189.45 0.66 0.62
Hex 5F CA DE 39 9 0 D BD 42 3E
Octal 137 312 336 71 11 0 15 275 102 76
Binary 1011111 11001010 11011110 111001 1001 0 1101 10111101 1000010 111110

Color Harmonies of #5FCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCADE

Black with #5FCADE

Text Example


Text Example

White with #5FCADE

Text Example


Text Example

HTML Codes & Css Web 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>