#5DDCEE

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

Shades of Turquoise Blue #5DDCEE

Tints of Turquoise Blue #5DDCEE

Color information

#5DDCEE (or 0x5DDCEE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DC and EE. RGB value is (93,220,238). Sum of RGB (Red+Green+Blue) = 93+220+238=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DDCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDCEE is #A22311. Grayscale: #B7B7B7. Windows color (decimal): -10625810 or 15653981. OLE color: 15653981.

HSL color Cylindrical-coordinate representation of color #5DDCEE: hue angle of 187.45º 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 #5DDCEE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93220238-
CMYK0.610.0800.07
HSL187.45º81.01%64.9%-
HSV(B)187.45º60.92%93.33%-
XYZ45.5459.6990.01-
YUV184.08158.4263.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.88%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=16.88%
G=39.93%
B=43.19%

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
Decimal932202380.610.0800.07187.4581.0164.9
Hex5DDCEE3D807bb5141
Octal135334356751007273121101
Binary10111011101110011101110111101100001111011101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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