#5FD7DB

Color #5FD7DB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5FD7DB

Tints of Turquoise Blue #5FD7DB

Color information

#5FD7DB (or 0x5FD7DB) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D7 and DB. RGB value is (95,215,219). Sum of RGB (Red+Green+Blue) = 95+215+219=529 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.96% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7DB is #A02824. Grayscale: #B3B3B3. Windows color (decimal): -10496037 or 14407519. OLE color: 14407519.

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

Color convert

RGB95215219-
CMYK0.570.0200.14
HSL181.94º63.27%61.57%-
HSV(B)181.94º56.62%85.88%-
XYZ41.8156.1575.65-
YUV179.58150.2467.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.96%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=17.96%
G=40.64%
B=41.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952152190.570.0200.14181.9463.2761.57
Hex5FD7DB3920Eb63f3e
Octal1373273337120162667776
Binary10111111101011111011011111001100111010110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FD7DB;
 }
 .AnyTagClassName
 {
   color: #5FD7DB;
 }
</style>
background-color css

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

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

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

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

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

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