#52C9E1

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

Shades of Medium Turquoise #52C9E1

Tints of Medium Turquoise #52C9E1

Color information

#52C9E1 (or 0x52C9E1) is unknown color: approx Medium Turquoise. HEX triplet: 52, C9 and E1. RGB value is (82,201,225). Sum of RGB (Red+Green+Blue) = 82+201+225=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #52C9E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9E1 is #AD361E. Grayscale: #A7A7A7. Windows color (decimal): -11351583 or 14797138. OLE color: 14797138.

HSL color Cylindrical-coordinate representation of color #52C9E1: hue angle of 190.07º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C9E1 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82201225-
CMYK0.640.1100.12
HSL190.07º70.44%60.2%-
HSV(B)190.07º63.56%88.24%-
XYZ37.964978.69-
YUV168.16160.0866.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.14%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=16.14%
G=39.57%
B=44.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822012250.640.1100.12190.0770.4460.2
Hex52C9E140B0Cbe463c
Octal1223113411001301427610674
Binary101001011001001111000011000000101101100101111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,225); }

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

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

 a { background-color: rgb(82,201,225); }

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

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

 span { border-color: rgb(82,201,225); }

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