Html Css Color HEX #5FDBDB Turquoise Blue

📋 copy color: '#5FDBDB'

red 95 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #5FDBDB

Tints of Turquoise Blue #5FDBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 17.82%
G = 41.09%
B = 41.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FDBDB (or 0x5FDBDB) is known color: Turquoise Blue. HEX triplet: 5F, DB and DB. RGB value is (95,219,219). Sum of RGB (Red+Green+Blue) = 95+219+219=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #5FDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBDB is #A02424. Grayscale: #B5B5B5. Windows color (decimal): -10495013 or 14408543. OLE color: 14408543.

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

Color convert

RGB 95 219 219 -
CMYK 0.57 0 0 0.14
HSL 180º 0.63% 0.62% -
HSV(B) 180º 0.57% 0.86% -
XYZ 42.84 58.21 76 -
YUV 181.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 95 219 219 0.57 0 0 0.14 180 0.63 0.62
Hex 5F DB DB 39 0 0 E B4 3F 3E
Octal 137 333 333 71 0 0 16 264 77 76
Binary 1011111 11011011 11011011 111001 0 0 1110 10110100 111111 111110

Color Harmonies of #5FDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBDB

Black with #5FDBDB

Text Example


Text Example

White with #5FDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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