#52d4ea

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

Shades of Turquoise Blue #52D4EA

Tints of Turquoise Blue #52D4EA

Color information

#52D4EA (or 0x52D4EA) is unknown color: approx Turquoise Blue. HEX triplet: 52, D4 and EA. RGB value is (82,212,234). Sum of RGB (Red+Green+Blue) = 82+212+234=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #52D4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4EA is #AD2B15. Grayscale: #AFAFAF. Windows color (decimal): -11348758 or 15389778. OLE color: 15389778.

HSL color Cylindrical-coordinate representation of color #52D4EA: hue angle of 188.68º 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 #52D4EA is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82212234-
CMYK0.650.0900.08
HSL188.68º78.35%61.96%-
HSV(B)188.68º64.96%91.76%-
XYZ41.8754.8286.22-
YUV175.64160.9361.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.53%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=15.53%
G=40.15%
B=44.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822122340.650.0900.08188.6878.3561.96
Hex52D4EA41908bd4e3e
Octal1223243521011101027511676
Binary101001011010100111010101000001100101000101111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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