#5DDAEE

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

Shades of Turquoise Blue #5DDAEE

Tints of Turquoise Blue #5DDAEE

Color information

#5DDAEE (or 0x5DDAEE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DA and EE. RGB value is (93,218,238). Sum of RGB (Red+Green+Blue) = 93+218+238=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DDAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAEE is #A22511. Grayscale: #B6B6B6. Windows color (decimal): -10626322 or 15653469. OLE color: 15653469.

HSL color Cylindrical-coordinate representation of color #5DDAEE: hue angle of 188.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DDAEE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93218238-
CMYK0.610.0800.07
HSL188.28º81.01%64.9%-
HSV(B)188.28º60.92%93.33%-
XYZ45.0258.6489.84-
YUV182.9159.0963.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.94%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=16.94%
G=39.71%
B=43.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932182380.610.0800.07188.2881.0164.9
Hex5DDAEE3D807bc5141
Octal135332356751007274121101
Binary10111011101101011101110111101100001111011110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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