#5DF5DA

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

Shades of Turquoise #5DF5DA

Tints of Turquoise #5DF5DA

Color information

#5DF5DA (or 0x5DF5DA) is unknown color: approx Turquoise. HEX triplet: 5D, F5 and DA. RGB value is (93,245,218). Sum of RGB (Red+Green+Blue) = 93+245+218=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF5DA is #A20A25. Grayscale: #C4C4C4. Windows color (decimal): -10619430 or 14349661. OLE color: 14349661.

HSL color Cylindrical-coordinate representation of color #5DF5DA: hue angle of 169.34º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF5DA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB93245218-
CMYK0.6200.110.04
HSL169.34º88.37%66.27%-
HSV(B)169.34º62.04%96.08%-
XYZ49.8272.6977.74-
YUV196.47140.1454.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.73%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=16.73%
G=44.06%
B=39.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932452180.6200.110.04169.3488.3766.27
Hex5DF5DA3E0B4a95842
Octal135365332760134251130102
Binary10111011111010111011010111110010111001010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,245,218); }

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

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

 a { background-color: rgb(93,245,218); }

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

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

 span { border-color: rgb(93,245,218); }

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