#52CFD1

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

Shades of Medium Turquoise #52CFD1

Tints of Medium Turquoise #52CFD1

Color information

#52CFD1 (or 0x52CFD1) is unknown color: approx Medium Turquoise. HEX triplet: 52, CF and D1. RGB value is (82,207,209). Sum of RGB (Red+Green+Blue) = 82+207+209=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #52CFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFD1 is #AD302E. Grayscale: #A9A9A9. Windows color (decimal): -11350063 or 13750098. OLE color: 13750098.

HSL color Cylindrical-coordinate representation of color #52CFD1: hue angle of 180.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CFD1 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82207209-
CMYK0.610.0100.18
HSL180.94º57.99%57.06%-
HSV(B)180.94º60.77%81.96%-
XYZ37.351.0268.2-
YUV169.85150.0965.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.47%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=16.47%
G=41.57%
B=41.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822072090.610.0100.18180.9457.9957.06
Hex52CFD13D1012b53a39
Octal1223173217510222657271
Binary10100101100111111010001111101101001010110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,207,209); }

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

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

 a { background-color: rgb(82,207,209); }

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

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

 span { border-color: rgb(82,207,209); }

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