#53DEED

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

Shades of Turquoise Blue #53DEED

Tints of Turquoise Blue #53DEED

Color information

#53DEED (or 0x53DEED) is unknown color: approx Turquoise Blue. HEX triplet: 53, DE and ED. RGB value is (83,222,237). Sum of RGB (Red+Green+Blue) = 83+222+237=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #53DEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEED is #AC2112. Grayscale: #B5B5B5. Windows color (decimal): -11280659 or 15588947. OLE color: 15588947.

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

Color convert

RGB83222237-
CMYK0.650.0600.07
HSL185.84º81.05%62.75%-
HSV(B)185.84º64.98%92.94%-
XYZ44.9760.289.37-
YUV182.15158.9557.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.31%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=15.31%
G=40.96%
B=43.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832222370.650.0600.07185.8481.0562.75
Hex53DEED41607ba513f
Octal12333635510160727212177
Binary1010011110111101110110110000011100111101110101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DEED; }

 p { color: rgb(83,222,237); }

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

<style>
 a { background-color: #53DEED; }

 a { background-color: rgb(83,222,237); }

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

<style>
 span { border-color: #53DEED; }

 span { border-color: rgb(83,222,237); }

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