Html Css Color HEX #52FCBE Turquoise

📋 copy color: '#52FCBE'

red 82 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #52FCBE

Tints of Turquoise #52FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

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

R = 15.65%
G = 48.09%
B = 36.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#52FCBE (or 0x52FCBE) is known color: Turquoise. HEX triplet: 52, FC and BE. RGB value is (82,252,190). Sum of RGB (Red+Green+Blue) = 82+252+190=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCBE is #AD0341. Grayscale: #C2C2C2. Windows color (decimal): -11338562 or 12516434. OLE color: 12516434.

HSL color Cylindrical-coordinate representation of color #52FCBE: hue angle of 158.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCBE is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 190 -
CMYK 0.67 0 0.25 0.01
HSL 158.12º 0.97% 0.65% -
HSV(B) 158.12º 0.67% 0.99% -
XYZ 47.58 75.13 60.71 -
YUV 194.1 125.68 48.04 -
System Red Green Blue C M Y K H S L
Decimal 82 252 190 0.67 0 0.25 0.01 158.12 0.97 0.65
Hex 52 FC BE 43 0 19 1 9E 61 41
Octal 122 374 276 103 0 31 1 236 141 101
Binary 1010010 11111100 10111110 1000011 0 11001 1 10011110 1100001 1000001

Color Harmonies of #52FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCBE

Black with #52FCBE

Text Example


Text Example

White with #52FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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