Html Css Color HEX #52CCB7 Medium Turquoise

📋 copy color: '#52CCB7'

red 82 ◦ green 204 ◦ blue 183

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

Shades of Medium Turquoise #52CCB7

Tints of Medium Turquoise #52CCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 17.48%
G = 43.5%
B = 39.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#52CCB7 (or 0x52CCB7) is known color: Medium Turquoise. HEX triplet: 52, CC and B7. RGB value is (82,204,183). Sum of RGB (Red+Green+Blue) = 82+204+183=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCB7 is #AD3348. Grayscale: #A5A5A5. Windows color (decimal): -11350857 or 12045394. OLE color: 12045394.

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

Color convert

RGB 82 204 183 -
CMYK 0.60 0 0.10 0.2
HSL 169.67º 0.54% 0.56% -
HSV(B) 169.67º 0.6% 0.8% -
XYZ 33.62 48.4 52.37 -
YUV 165.13 138.08 68.71 -
System Red Green Blue C M Y K H S L
Decimal 82 204 183 0.60 0 0.10 0.2 169.67 0.54 0.56
Hex 52 CC B7 3C 0 A 14 AA 36 38
Octal 122 314 267 74 0 12 24 252 66 70
Binary 1010010 11001100 10110111 111100 0 1010 10100 10101010 110110 111000

Color Harmonies of #52CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCB7

Black with #52CCB7

Text Example


Text Example

White with #52CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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