Html Css Color HEX #5FD5DB Turquoise Blue

📋 copy color: '#5FD5DB'

red 95 ◦ green 213 ◦ blue 219

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

Shades of Turquoise Blue #5FD5DB

Tints of Turquoise Blue #5FD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 18.03%
G = 40.42%
B = 41.56%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FD5DB (or 0x5FD5DB) is known color: Turquoise Blue. HEX triplet: 5F, D5 and DB. RGB value is (95,213,219). Sum of RGB (Red+Green+Blue) = 95+213+219=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD5DB is #A02A24. Grayscale: #B2B2B2. Windows color (decimal): -10496549 or 14407007. OLE color: 14407007.

HSL color Cylindrical-coordinate representation of color #5FD5DB: hue angle of 182.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD5DB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 213 219 -
CMYK 0.57 0.03 0 0.14
HSL 182.9º 0.63% 0.62% -
HSV(B) 182.9º 0.57% 0.86% -
XYZ 41.3 55.14 75.48 -
YUV 178.4 150.91 68.51 -
System Red Green Blue C M Y K H S L
Decimal 95 213 219 0.57 0.03 0 0.14 182.9 0.63 0.62
Hex 5F D5 DB 39 3 0 E B7 3F 3E
Octal 137 325 333 71 3 0 16 267 77 76
Binary 1011111 11010101 11011011 111001 11 0 1110 10110111 111111 111110

Color Harmonies of #5FD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD5DB

Black with #5FD5DB

Text Example


Text Example

White with #5FD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,213,219); }

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

background-color css

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

 a { background-color: rgb(95,213,219); }

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

border-color css

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

 span { border-color: rgb(95,213,219); }

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