#52CBED

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

Shades of Turquoise Blue #52CBED

Tints of Turquoise Blue #52CBED

Color information

#52CBED (or 0x52CBED) is unknown color: approx Turquoise Blue. HEX triplet: 52, CB and ED. RGB value is (82,203,237). Sum of RGB (Red+Green+Blue) = 82+203+237=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #52CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBED is #AD3412. Grayscale: #AAAAAA. Windows color (decimal): -11351059 or 15584082. OLE color: 15584082.

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

Color convert

RGB82203237-
CMYK0.650.1400.07
HSL193.16º81.15%62.55%-
HSV(B)193.16º65.4%92.94%-
XYZ40.1250.6287.78-
YUV170.7165.4164.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.71%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=15.71%
G=38.89%
B=45.40%

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
Decimal822032370.650.1400.07193.1681.1562.55
Hex52CBED41E07c1513f
Octal122313355101160730112177
Binary10100101100101111101101100000111100111110000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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