Html Css Color HEX #5FDADE Turquoise Blue

📋 copy color: '#5FDADE'

red 95 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #5FDADE

Tints of Turquoise Blue #5FDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 17.76%
G = 40.75%
B = 41.5%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FDADE (or 0x5FDADE) is known color: Turquoise Blue. HEX triplet: 5F, DA and DE. RGB value is (95,218,222). Sum of RGB (Red+Green+Blue) = 95+218+222=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDADE is #A02521. Grayscale: #B5B5B5. Windows color (decimal): -10495266 or 14604895. OLE color: 14604895.

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

Color convert

RGB 95 218 222 -
CMYK 0.57 0.02 0 0.13
HSL 181.89º 0.66% 0.62% -
HSV(B) 181.89º 0.57% 0.87% -
XYZ 42.98 57.85 78.01 -
YUV 181.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 95 218 222 0.57 0.02 0 0.13 181.89 0.66 0.62
Hex 5F DA DE 39 2 0 D B6 42 3E
Octal 137 332 336 71 2 0 15 266 102 76
Binary 1011111 11011010 11011110 111001 10 0 1101 10110110 1000010 111110

Color Harmonies of #5FDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDADE

Black with #5FDADE

Text Example


Text Example

White with #5FDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FDADE;
 }
 .AnyTagClassName
 {
   color: #5FDADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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