Html Css Color HEX #52CBBC Medium Turquoise

📋 copy color: '#52CBBC'

red 82 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #52CBBC

Tints of Medium Turquoise #52CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

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

R = 17.34%
G = 42.92%
B = 39.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#52CBBC (or 0x52CBBC) is known color: Medium Turquoise. HEX triplet: 52, CB and BC. RGB value is (82,203,188). Sum of RGB (Red+Green+Blue) = 82+203+188=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBBC is #AD3443. Grayscale: #A5A5A5. Windows color (decimal): -11351108 or 12372818. OLE color: 12372818.

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

Color convert

RGB 82 203 188 -
CMYK 0.60 0 0.07 0.20
HSL 172.56º 0.54% 0.56% -
HSV(B) 172.56º 0.6% 0.8% -
XYZ 33.91 48.14 55.08 -
YUV 165.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 82 203 188 0.60 0 0.07 0.20 172.56 0.54 0.56
Hex 52 CB BC 3C 0 7 14 AD 36 38
Octal 122 313 274 74 0 7 24 255 66 70
Binary 1010010 11001011 10111100 111100 0 111 10100 10101101 110110 111000

Color Harmonies of #52CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBBC

Black with #52CBBC

Text Example


Text Example

White with #52CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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