Html Css Color HEX #52CCBC Medium Turquoise

📋 copy color: '#52CCBC'

red 82 ◦ green 204 ◦ blue 188

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

Shades of Medium Turquoise #52CCBC

Tints of Medium Turquoise #52CCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 17.3%
G = 43.04%
B = 39.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#52CCBC (or 0x52CCBC) is known color: Medium Turquoise. HEX triplet: 52, CC and BC. RGB value is (82,204,188). Sum of RGB (Red+Green+Blue) = 82+204+188=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCBC is #AD3343. Grayscale: #A5A5A5. Windows color (decimal): -11350852 or 12373074. OLE color: 12373074.

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

Color convert

RGB 82 204 188 -
CMYK 0.60 0 0.08 0.2
HSL 172.13º 0.54% 0.56% -
HSV(B) 172.13º 0.6% 0.8% -
XYZ 34.15 48.61 55.16 -
YUV 165.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 82 204 188 0.60 0 0.08 0.2 172.13 0.54 0.56
Hex 52 CC BC 3C 0 8 14 AC 36 38
Octal 122 314 274 74 0 10 24 254 66 70
Binary 1010010 11001100 10111100 111100 0 1000 10100 10101100 110110 111000

Color Harmonies of #52CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCBC

Black with #52CCBC

Text Example


Text Example

White with #52CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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