#52cee5

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

Shades of Turquoise Blue #52CEE5

Tints of Turquoise Blue #52CEE5

Color information

#52CEE5 (or 0x52CEE5) is unknown color: approx Turquoise Blue. HEX triplet: 52, CE and E5. RGB value is (82,206,229). Sum of RGB (Red+Green+Blue) = 82+206+229=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #52CEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEE5 is #AD311A. Grayscale: #ABABAB. Windows color (decimal): -11350299 or 15060562. OLE color: 15060562.

HSL color Cylindrical-coordinate representation of color #52CEE5: hue angle of 189.39º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CEE5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82206229-
CMYK0.640.1000.10
HSL189.39º73.87%60.98%-
HSV(B)189.39º64.19%89.8%-
XYZ39.6951.5982-
YUV171.55160.4264.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=15.86%
G=39.85%
B=44.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822062290.640.1000.10189.3973.8760.98
Hex52CEE540A0Abd4a3d
Octal1223163451001201227511275
Binary101001011001110111001011000000101001010101111011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52cee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,229); }

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

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

 a { background-color: rgb(82,206,229); }

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

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

 span { border-color: rgb(82,206,229); }

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