Html Css Color HEX #52CCCC Medium Turquoise

📋 copy color: '#52CCCC'

red 82 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #52CCCC

Tints of Medium Turquoise #52CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 16.73%
G = 41.63%
B = 41.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52CCCC (or 0x52CCCC) is known color: Medium Turquoise. HEX triplet: 52, CC and CC. RGB value is (82,204,204). Sum of RGB (Red+Green+Blue) = 82+204+204=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #52CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCCC is #AD3333. Grayscale: #A7A7A7. Windows color (decimal): -11350836 or 13421650. OLE color: 13421650.

HSL color Cylindrical-coordinate representation of color #52CCCC: hue angle of 180º 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 #52CCCC is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 204 -
CMYK 0.60 0 0 0.2
HSL 180º 0.54% 0.56% -
HSV(B) 180º 0.6% 0.8% -
XYZ 35.97 49.34 64.75 -
YUV 167.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 82 204 204 0.60 0 0 0.2 180 0.54 0.56
Hex 52 CC CC 3C 0 0 14 B4 36 38
Octal 122 314 314 74 0 0 24 264 66 70
Binary 1010010 11001100 11001100 111100 0 0 10100 10110100 110110 111000

Color Harmonies of #52CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCCC

Black with #52CCCC

Text Example


Text Example

White with #52CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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