#52C6CD

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

Shades of Medium Turquoise #52C6CD

Tints of Medium Turquoise #52C6CD

Color information

#52C6CD (or 0x52C6CD) is unknown color: approx Medium Turquoise. HEX triplet: 52, C6 and CD. RGB value is (82,198,205). Sum of RGB (Red+Green+Blue) = 82+198+205=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #52C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6CD is #AD3932. Grayscale: #A3A3A3. Windows color (decimal): -11352371 or 13485650. OLE color: 13485650.

HSL color Cylindrical-coordinate representation of color #52C6CD: hue angle of 183.41º degrees, saturation: 0.55, 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 #52C6CD is Cyan = 0.6, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82198205-
CMYK0.60.0300.20
HSL183.41º55.16%56.27%-
HSV(B)183.41º60%80.39%-
XYZ34.6946.5964.92-
YUV164.11151.0769.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=16.91%
G=40.82%
B=42.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821982050.60.0300.20183.4155.1656.27
Hex52C6CD3C3014b73738
Octal1223063157430242676770
Binary101001011000110110011011111001101010010110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,205); }

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

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

 a { background-color: rgb(82,198,205); }

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

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

 span { border-color: rgb(82,198,205); }

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