Html Css Color HEX #52CABA Medium Turquoise

📋 copy color: '#52CABA'

red 82 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #52CABA

Tints of Medium Turquoise #52CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 17.45%
G = 42.98%
B = 39.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#52CABA (or 0x52CABA) is known color: Medium Turquoise. HEX triplet: 52, CA and BA. RGB value is (82,202,186). Sum of RGB (Red+Green+Blue) = 82+202+186=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #52CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CABA is #AD3545. Grayscale: #A4A4A4. Windows color (decimal): -11351366 or 12241490. OLE color: 12241490.

HSL color Cylindrical-coordinate representation of color #52CABA: hue angle of 172º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CABA is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 186 -
CMYK 0.59 0 0.08 0.21
HSL 172º 0.53% 0.56% -
HSV(B) 172º 0.59% 0.79% -
XYZ 33.46 47.58 53.87 -
YUV 164.3 140.24 69.3 -
System Red Green Blue C M Y K H S L
Decimal 82 202 186 0.59 0 0.08 0.21 172 0.53 0.56
Hex 52 CA BA 3B 0 8 15 AC 35 38
Octal 122 312 272 73 0 10 25 254 65 70
Binary 1010010 11001010 10111010 111011 0 1000 10101 10101100 110101 111000

Color Harmonies of #52CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CABA

Black with #52CABA

Text Example


Text Example

White with #52CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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