Html Css Color HEX #52DCCA Medium Turquoise

📋 copy color: '#52DCCA'

red 82 ◦ green 220 ◦ blue 202

#52DCCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #52DCCA

Tints of Medium Turquoise #52DCCA

RGB

 RED value IS 82 (32.42% from 255) = 16.27%

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 16.27%
G = 43.65%
B = 40.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#52DCCA (or 0x52DCCA) is known color: Medium Turquoise. HEX triplet: 52, DC and CA. RGB value is (82,220,202). Sum of RGB (Red+Green+Blue) = 82+220+202=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCA is #AD2335. Grayscale: #B0B0B0. Windows color (decimal): -11346742 or 13294674. OLE color: 13294674.

HSL color Cylindrical-coordinate representation of color #52DCCA: hue angle of 172.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCCA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 202 -
CMYK 0.63 0 0.08 0.14
HSL 172.17º 0.66% 0.59% -
HSV(B) 172.17º 0.63% 0.86% -
XYZ 39.73 57.24 64.83 -
YUV 176.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 82 220 202 0.63 0 0.08 0.14 172.17 0.66 0.59
Hex 52 DC CA 3F 0 8 E AC 42 3B
Octal 122 334 312 77 0 10 16 254 102 73
Binary 1010010 11011100 11001010 111111 0 1000 1110 10101100 1000010 111011

Color Harmonies of #52DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCCA

Black with #52DCCA

Text Example


Text Example

White with #52DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,202); }

 H1.HeaderClassName
 {
   color: #52DCCA;
 }
 .AnyTagClassName
 {
   color: #52DCCA;
 }
</style>

background-color css

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

 a { background-color: rgb(82,220,202); }

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

border-color css

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

 span { border-color: rgb(82,220,202); }

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