#5DDAE7

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

Shades of Turquoise Blue #5DDAE7

Tints of Turquoise Blue #5DDAE7

Color information

#5DDAE7 (or 0x5DDAE7) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DA and E7. RGB value is (93,218,231). Sum of RGB (Red+Green+Blue) = 93+218+231=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #5DDAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAE7 is #A22518. Grayscale: #B5B5B5. Windows color (decimal): -10626329 or 15194717. OLE color: 15194717.

HSL color Cylindrical-coordinate representation of color #5DDAE7: hue angle of 185.65º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DDAE7 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93218231-
CMYK0.600.0600.09
HSL185.65º74.19%63.53%-
HSV(B)185.65º59.74%90.59%-
XYZ44.0158.2484.52-
YUV182.11155.5964.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.16%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 231 (90.62% from 255) = 42.62%
R=17.16%
G=40.22%
B=42.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932182310.600.0600.09185.6574.1963.53
Hex5DDAE73C609ba4a40
Octal135332347746011272112100
Binary10111011101101011100111111100110010011011101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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