#52CCED

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

Shades of Turquoise Blue #52CCED

Tints of Turquoise Blue #52CCED

Color information

#52CCED (or 0x52CCED) is unknown color: approx Turquoise Blue. HEX triplet: 52, CC and ED. RGB value is (82,204,237). Sum of RGB (Red+Green+Blue) = 82+204+237=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #52CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCED is #AD3312. Grayscale: #ABABAB. Windows color (decimal): -11350803 or 15584338. OLE color: 15584338.

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

Color convert

RGB82204237-
CMYK0.650.1400.07
HSL192.77º81.15%62.55%-
HSV(B)192.77º65.4%92.94%-
XYZ40.3651.0987.86-
YUV171.28165.0864.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=15.68%
G=39.01%
B=45.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822042370.650.1400.07192.7781.1562.55
Hex52CCED41E07c1513f
Octal122314355101160730112177
Binary10100101100110011101101100000111100111110000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,237); }

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

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

 a { background-color: rgb(82,204,237); }

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

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

 span { border-color: rgb(82,204,237); }

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