Html Css Color HEX #52CEBA Medium Turquoise

📋 copy color: '#52CEBA'

red 82 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #52CEBA

Tints of Medium Turquoise #52CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 17.3%
G = 43.46%
B = 39.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#52CEBA (or 0x52CEBA) is known color: Medium Turquoise. HEX triplet: 52, CE and BA. RGB value is (82,206,186). Sum of RGB (Red+Green+Blue) = 82+206+186=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEBA is #AD3145. Grayscale: #A6A6A6. Windows color (decimal): -11350342 or 12242514. OLE color: 12242514.

HSL color Cylindrical-coordinate representation of color #52CEBA: hue angle of 170.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEBA is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 186 -
CMYK 0.60 0 0.10 0.19
HSL 170.32º 0.56% 0.56% -
HSV(B) 170.32º 0.6% 0.81% -
XYZ 34.41 49.48 54.19 -
YUV 166.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 82 206 186 0.60 0 0.10 0.19 170.32 0.56 0.56
Hex 52 CE BA 3C 0 A 13 AA 38 38
Octal 122 316 272 74 0 12 23 252 70 70
Binary 1010010 11001110 10111010 111100 0 1010 10011 10101010 111000 111000

Color Harmonies of #52CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEBA

Black with #52CEBA

Text Example


Text Example

White with #52CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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