Html Css Color HEX #52CCCD Medium Turquoise

📋 copy color: '#52CCCD'

red 82 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #52CCCD

Tints of Medium Turquoise #52CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 16.7%
G = 41.55%
B = 41.75%

CMYK

 C value IS 0.6

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52CCCD (or 0x52CCCD) is known color: Medium Turquoise. HEX triplet: 52, CC and CD. RGB value is (82,204,205). Sum of RGB (Red+Green+Blue) = 82+204+205=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #52CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCCD is #AD3332. Grayscale: #A7A7A7. Windows color (decimal): -11350835 or 13487186. OLE color: 13487186.

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

Color convert

RGB 82 204 205 -
CMYK 0.6 0.00 0 0.20
HSL 180.49º 0.55% 0.56% -
HSV(B) 180.49º 0.6% 0.8% -
XYZ 36.09 49.39 65.39 -
YUV 167.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 82 204 205 0.6 0.00 0 0.20 180.49 0.55 0.56
Hex 52 CC CD 3C 0 0 14 B4 37 38
Octal 122 314 315 74 0 0 24 264 67 70
Binary 1010010 11001100 11001101 111100 0 0 10100 10110100 110111 111000

Color Harmonies of #52CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCCD

Black with #52CCCD

Text Example


Text Example

White with #52CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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