Html Css Color HEX #52FEBB Turquoise

📋 copy color: '#52FEBB'

red 82 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #52FEBB

Tints of Turquoise #52FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 15.68%
G = 48.57%
B = 35.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#52FEBB (or 0x52FEBB) is known color: Turquoise. HEX triplet: 52, FE and BB. RGB value is (82,254,187). Sum of RGB (Red+Green+Blue) = 82+254+187=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEBB is #AD0144. Grayscale: #C3C3C3. Windows color (decimal): -11338053 or 12320338. OLE color: 12320338.

HSL color Cylindrical-coordinate representation of color #52FEBB: hue angle of 156.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEBB is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 187 -
CMYK 0.68 0 0.26 0.00
HSL 156.63º 0.99% 0.66% -
HSV(B) 156.63º 0.68% 1% -
XYZ 47.89 76.27 59.21 -
YUV 194.93 123.52 47.45 -
System Red Green Blue C M Y K H S L
Decimal 82 254 187 0.68 0 0.26 0.00 156.63 0.99 0.66
Hex 52 FE BB 44 0 1A 0 9D 63 42
Octal 122 376 273 104 0 32 0 235 143 102
Binary 1010010 11111110 10111011 1000100 0 11010 0 10011101 1100011 1000010

Color Harmonies of #52FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FEBB

Black with #52FEBB

Text Example


Text Example

White with #52FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,254,187); }

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

background-color css

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

 a { background-color: rgb(82,254,187); }

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

border-color css

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

 span { border-color: rgb(82,254,187); }

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