Html Css Color HEX #5FD6DE Turquoise Blue

📋 copy color: '#5FD6DE'

red 95 ◦ green 214 ◦ blue 222

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

Shades of Turquoise Blue #5FD6DE

Tints of Turquoise Blue #5FD6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 17.89%
G = 40.3%
B = 41.81%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FD6DE (or 0x5FD6DE) is known color: Turquoise Blue. HEX triplet: 5F, D6 and DE. RGB value is (95,214,222). Sum of RGB (Red+Green+Blue) = 95+214+222=531 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.89% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FD6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6DE is #A02921. Grayscale: #B3B3B3. Windows color (decimal): -10496290 or 14603871. OLE color: 14603871.

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

Color convert

RGB 95 214 222 -
CMYK 0.57 0.04 0 0.13
HSL 183.78º 0.66% 0.62% -
HSV(B) 183.78º 0.57% 0.87% -
XYZ 41.95 55.8 77.67 -
YUV 179.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 95 214 222 0.57 0.04 0 0.13 183.78 0.66 0.62
Hex 5F D6 DE 39 4 0 D B8 42 3E
Octal 137 326 336 71 4 0 15 270 102 76
Binary 1011111 11010110 11011110 111001 100 0 1101 10111000 1000010 111110

Color Harmonies of #5FD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD6DE

Black with #5FD6DE

Text Example


Text Example

White with #5FD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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