Html Css Color HEX #5FD1DB Turquoise Blue

📋 copy color: '#5FD1DB'

red 95 ◦ green 209 ◦ blue 219

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

Shades of Turquoise Blue #5FD1DB

Tints of Turquoise Blue #5FD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

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

R = 18.16%
G = 39.96%
B = 41.87%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FD1DB (or 0x5FD1DB) is known color: Turquoise Blue. HEX triplet: 5F, D1 and DB. RGB value is (95,209,219). Sum of RGB (Red+Green+Blue) = 95+209+219=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD1DB is #A02E24. Grayscale: #AFAFAF. Windows color (decimal): -10497573 or 14405983. OLE color: 14405983.

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

Color convert

RGB 95 209 219 -
CMYK 0.57 0.05 0 0.14
HSL 184.84º 0.63% 0.62% -
HSV(B) 184.84º 0.57% 0.86% -
XYZ 40.31 53.15 75.15 -
YUV 176.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 95 209 219 0.57 0.05 0 0.14 184.84 0.63 0.62
Hex 5F D1 DB 39 5 0 E B9 3F 3E
Octal 137 321 333 71 5 0 16 271 77 76
Binary 1011111 11010001 11011011 111001 101 0 1110 10111001 111111 111110

Color Harmonies of #5FD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD1DB

Black with #5FD1DB

Text Example


Text Example

White with #5FD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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