Html Css Color HEX #52CCB9 Medium Turquoise

📋 copy color: '#52CCB9'

red 82 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #52CCB9

Tints of Medium Turquoise #52CCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 17.41%
G = 43.31%
B = 39.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#52CCB9 (or 0x52CCB9) is known color: Medium Turquoise. HEX triplet: 52, CC and B9. RGB value is (82,204,185). Sum of RGB (Red+Green+Blue) = 82+204+185=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCB9 is #AD3346. Grayscale: #A5A5A5. Windows color (decimal): -11350855 or 12176466. OLE color: 12176466.

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

Color convert

RGB 82 204 185 -
CMYK 0.60 0 0.09 0.2
HSL 170.66º 0.54% 0.56% -
HSV(B) 170.66º 0.6% 0.8% -
XYZ 33.83 48.48 53.47 -
YUV 165.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 82 204 185 0.60 0 0.09 0.2 170.66 0.54 0.56
Hex 52 CC B9 3C 0 9 14 AB 36 38
Octal 122 314 271 74 0 11 24 253 66 70
Binary 1010010 11001100 10111001 111100 0 1001 10100 10101011 110110 111000

Color Harmonies of #52CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCB9

Black with #52CCB9

Text Example


Text Example

White with #52CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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