Html Css Color HEX #52FEBD Turquoise

📋 copy color: '#52FEBD'

red 82 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #52FEBD

Tints of Turquoise #52FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 15.62%
G = 48.38%
B = 36%

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

#52FEBD (or 0x52FEBD) is known color: Turquoise. HEX triplet: 52, FE and BD. RGB value is (82,254,189). Sum of RGB (Red+Green+Blue) = 82+254+189=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEBD is #AD0142. Grayscale: #C3C3C3. Windows color (decimal): -11338051 or 12451410. OLE color: 12451410.

HSL color Cylindrical-coordinate representation of color #52FEBD: hue angle of 157.33º 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 #52FEBD is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 189 -
CMYK 0.68 0 0.26 0.00
HSL 157.33º 0.99% 0.66% -
HSV(B) 157.33º 0.68% 1% -
XYZ 48.11 76.35 60.35 -
YUV 195.16 124.52 47.29 -
System Red Green Blue C M Y K H S L
Decimal 82 254 189 0.68 0 0.26 0.00 157.33 0.99 0.66
Hex 52 FE BD 44 0 1A 0 9D 63 42
Octal 122 376 275 104 0 32 0 235 143 102
Binary 1010010 11111110 10111101 1000100 0 11010 0 10011101 1100011 1000010

Color Harmonies of #52FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FEBD

Black with #52FEBD

Text Example


Text Example

White with #52FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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