Html Css Color HEX #5FDADB Turquoise Blue

📋 copy color: '#5FDADB'

red 95 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #5FDADB

Tints of Turquoise Blue #5FDADB

RGB

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

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

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

R = 17.86%
G = 40.98%
B = 41.17%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FDADB (or 0x5FDADB) is known color: Turquoise Blue. HEX triplet: 5F, DA and DB. RGB value is (95,218,219). Sum of RGB (Red+Green+Blue) = 95+218+219=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDADB is #A02524. Grayscale: #B5B5B5. Windows color (decimal): -10495269 or 14408287. OLE color: 14408287.

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

Color convert

RGB 95 218 219 -
CMYK 0.57 0.00 0 0.14
HSL 180.48º 0.63% 0.62% -
HSV(B) 180.48º 0.57% 0.86% -
XYZ 42.58 57.69 75.91 -
YUV 181.34 149.25 66.42 -
System Red Green Blue C M Y K H S L
Decimal 95 218 219 0.57 0.00 0 0.14 180.48 0.63 0.62
Hex 5F DA DB 39 0 0 E B4 3F 3E
Octal 137 332 333 71 0 0 16 264 77 76
Binary 1011111 11011010 11011011 111001 0 0 1110 10110100 111111 111110

Color Harmonies of #5FDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDADB

Black with #5FDADB

Text Example


Text Example

White with #5FDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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