#52CCDF

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

Shades of Medium Turquoise #52CCDF

Tints of Medium Turquoise #52CCDF

Color information

#52CCDF (or 0x52CCDF) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and DF. RGB value is (82,204,223). Sum of RGB (Red+Green+Blue) = 82+204+223=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #52CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCDF is #AD3320. Grayscale: #A9A9A9. Windows color (decimal): -11350817 or 14666834. OLE color: 14666834.

HSL color Cylindrical-coordinate representation of color #52CCDF: hue angle of 188.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CCDF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82204223-
CMYK0.630.0900.13
HSL188.09º68.78%59.8%-
HSV(B)188.09º63.23%87.45%-
XYZ38.3950.3177.5-
YUV169.69158.0865.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.11%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=16.11%
G=40.08%
B=43.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822042230.630.0900.13188.0968.7859.8
Hex52CCDF3F90Dbc453c
Octal122314337771101527410574
Binary10100101100110011011111111111100101101101111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,223); }

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

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

 a { background-color: rgb(82,204,223); }

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

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

 span { border-color: rgb(82,204,223); }

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