#52D0EA

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

Shades of Turquoise Blue #52D0EA

Tints of Turquoise Blue #52D0EA

Color information

#52D0EA (or 0x52D0EA) is unknown color: approx Turquoise Blue. HEX triplet: 52, D0 and EA. RGB value is (82,208,234). Sum of RGB (Red+Green+Blue) = 82+208+234=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #52D0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D0EA is #AD2F15. Grayscale: #ADADAD. Windows color (decimal): -11349782 or 15388754. OLE color: 15388754.

HSL color Cylindrical-coordinate representation of color #52D0EA: hue angle of 190.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52D0EA is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82208234-
CMYK0.650.1100.08
HSL190.26º78.35%61.96%-
HSV(B)190.26º64.96%91.76%-
XYZ40.8952.8585.89-
YUV173.29162.2662.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.65%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=15.65%
G=39.69%
B=44.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822082340.650.1100.08190.2678.3561.96
Hex52D0EA41B08be4e3e
Octal1223203521011301027611676
Binary101001011010000111010101000001101101000101111101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52D0EA; }

 p { color: rgb(82,208,234); }

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

<style>
 a { background-color: #52D0EA; }

 a { background-color: rgb(82,208,234); }

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

<style>
 span { border-color: #52D0EA; }

 span { border-color: rgb(82,208,234); }

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