Html Css Color HEX #52CBBA Medium Turquoise

📋 copy color: '#52CBBA'

red 82 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #52CBBA

Tints of Medium Turquoise #52CBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 17.41%
G = 43.1%
B = 39.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#52CBBA (or 0x52CBBA) is known color: Medium Turquoise. HEX triplet: 52, CB and BA. RGB value is (82,203,186). Sum of RGB (Red+Green+Blue) = 82+203+186=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBBA is #AD3445. Grayscale: #A4A4A4. Windows color (decimal): -11351110 or 12241746. OLE color: 12241746.

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

Color convert

RGB 82 203 186 -
CMYK 0.60 0 0.08 0.20
HSL 171.57º 0.54% 0.56% -
HSV(B) 171.57º 0.6% 0.8% -
XYZ 33.7 48.05 53.95 -
YUV 164.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 82 203 186 0.60 0 0.08 0.20 171.57 0.54 0.56
Hex 52 CB BA 3C 0 8 14 AC 36 38
Octal 122 313 272 74 0 10 24 254 66 70
Binary 1010010 11001011 10111010 111100 0 1000 10100 10101100 110110 111000

Color Harmonies of #52CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBBA

Black with #52CBBA

Text Example


Text Example

White with #52CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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