#5FDAD5

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

Shades of Turquoise Blue #5FDAD5

Tints of Turquoise Blue #5FDAD5

Color information

#5FDAD5 (or 0x5FDAD5) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DA and D5. RGB value is (95,218,213). Sum of RGB (Red+Green+Blue) = 95+218+213=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDAD5 is #A0252A. Grayscale: #B4B4B4. Windows color (decimal): -10495275 or 14015071. OLE color: 14015071.

HSL color Cylindrical-coordinate representation of color #5FDAD5: hue angle of 177.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDAD5 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB95218213-
CMYK0.5600.020.15
HSL177.56º62.44%61.37%-
HSV(B)177.56º56.42%85.49%-
XYZ41.857.3871.82-
YUV180.65146.2566.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=18.06%
G=41.44%
B=40.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952182130.5600.020.15177.5662.4461.37
Hex5FDAD53802Fb23e3d
Octal1373323257002172627675
Binary10111111101101011010101111000010111110110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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