Html Css Color HEX #52FECB Turquoise

📋 copy color: '#52FECB'

red 82 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #52FECB

Tints of Turquoise #52FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 15.21%
G = 47.12%
B = 37.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#52FECB (or 0x52FECB) is known color: Turquoise. HEX triplet: 52, FE and CB. RGB value is (82,254,203). Sum of RGB (Red+Green+Blue) = 82+254+203=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #52FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FECB is #AD0134. Grayscale: #C4C4C4. Windows color (decimal): -11338037 or 13368914. OLE color: 13368914.

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

Color convert

RGB 82 254 203 -
CMYK 0.68 0 0.20 0.00
HSL 162.21º 0.99% 0.66% -
HSV(B) 162.21º 0.68% 1% -
XYZ 49.7 76.99 68.74 -
YUV 196.76 131.52 46.15 -
System Red Green Blue C M Y K H S L
Decimal 82 254 203 0.68 0 0.20 0.00 162.21 0.99 0.66
Hex 52 FE CB 44 0 14 0 A2 63 42
Octal 122 376 313 104 0 24 0 242 143 102
Binary 1010010 11111110 11001011 1000100 0 10100 0 10100010 1100011 1000010

Color Harmonies of #52FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FECB

Black with #52FECB

Text Example


Text Example

White with #52FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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