#5DEBDA

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

Shades of Turquoise Blue #5DEBDA

Tints of Turquoise Blue #5DEBDA

Color information

#5DEBDA (or 0x5DEBDA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EB and DA. RGB value is (93,235,218). Sum of RGB (Red+Green+Blue) = 93+235+218=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBDA is #A21425. Grayscale: #BEBEBE. Windows color (decimal): -10621990 or 14347101. OLE color: 14347101.

HSL color Cylindrical-coordinate representation of color #5DEBDA: hue angle of 172.82º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBDA is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB93235218-
CMYK0.6000.070.08
HSL172.82º78.02%64.31%-
HSV(B)172.82º60.43%92.16%-
XYZ46.8866.8176.75-
YUV190.6143.4658.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.03%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=17.03%
G=43.04%
B=39.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932352180.6000.070.08172.8278.0264.31
Hex5DEBDA3C078ad4e40
Octal135353332740710255116100
Binary10111011110101111011010111100011110001010110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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