#52C4CB

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

Shades of Medium Turquoise #52C4CB

Tints of Medium Turquoise #52C4CB

Color information

#52C4CB (or 0x52C4CB) is unknown color: approx Medium Turquoise. HEX triplet: 52, C4 and CB. RGB value is (82,196,203). Sum of RGB (Red+Green+Blue) = 82+196+203=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4CB is #AD3B34. Grayscale: #A2A2A2. Windows color (decimal): -11352885 or 13354066. OLE color: 13354066.

HSL color Cylindrical-coordinate representation of color #52C4CB: hue angle of 183.47º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C4CB is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82196203-
CMYK0.600.0300.20
HSL183.47º53.78%55.88%-
HSV(B)183.47º59.61%79.61%-
XYZ3445.5963.51-
YUV162.71150.7370.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=17.05%
G=40.75%
B=42.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821962030.600.0300.20183.4753.7855.88
Hex52C4CB3C3014b73638
Octal1223043137430242676670
Binary101001011000100110010111111001101010010110111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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