Html Css Color HEX #52EEBE Turquoise

📋 copy color: '#52EEBE'

red 82 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #52EEBE

Tints of Turquoise #52EEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 16.08%
G = 46.67%
B = 37.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#52EEBE (or 0x52EEBE) is known color: Turquoise. HEX triplet: 52, EE and BE. RGB value is (82,238,190). Sum of RGB (Red+Green+Blue) = 82+238+190=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EEBE is #AD1141. Grayscale: #B9B9B9. Windows color (decimal): -11342146 or 12512850. OLE color: 12512850.

HSL color Cylindrical-coordinate representation of color #52EEBE: hue angle of 161.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EEBE is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 190 -
CMYK 0.66 0 0.20 0.07
HSL 161.54º 0.82% 0.63% -
HSV(B) 161.54º 0.66% 0.93% -
XYZ 43.35 66.66 59.3 -
YUV 185.88 130.32 53.9 -
System Red Green Blue C M Y K H S L
Decimal 82 238 190 0.66 0 0.20 0.07 161.54 0.82 0.63
Hex 52 EE BE 42 0 14 7 A2 52 3F
Octal 122 356 276 102 0 24 7 242 122 77
Binary 1010010 11101110 10111110 1000010 0 10100 111 10100010 1010010 111111

Color Harmonies of #52EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEBE

Black with #52EEBE

Text Example


Text Example

White with #52EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,190); }

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

background-color css

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

 a { background-color: rgb(82,238,190); }

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

border-color css

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

 span { border-color: rgb(82,238,190); }

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