Html Css Color HEX #53FEB7 Turquoise

📋 copy color: '#53FEB7'

red 83 ◦ green 254 ◦ blue 183

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

Shades of Turquoise #53FEB7

Tints of Turquoise #53FEB7

RGB

 RED value IS 83 (32.81% from 255) = 15.96%

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 15.96%
G = 48.85%
B = 35.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#53FEB7 (or 0x53FEB7) is known color: Turquoise. HEX triplet: 53, FE and B7. RGB value is (83,254,183). Sum of RGB (Red+Green+Blue) = 83+254+183=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEB7 is #AC0148. Grayscale: #C2C2C2. Windows color (decimal): -11272521 or 12058195. OLE color: 12058195.

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

Color convert

RGB 83 254 183 -
CMYK 0.67 0 0.28 0.00
HSL 155.09º 0.99% 0.66% -
HSV(B) 155.09º 0.67% 1% -
XYZ 47.56 76.14 56.99 -
YUV 194.78 121.35 48.27 -
System Red Green Blue C M Y K H S L
Decimal 83 254 183 0.67 0 0.28 0.00 155.09 0.99 0.66
Hex 53 FE B7 43 0 1C 0 9B 63 42
Octal 123 376 267 103 0 34 0 233 143 102
Binary 1010011 11111110 10110111 1000011 0 11100 0 10011011 1100011 1000010

Color Harmonies of #53FEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEB7

Black with #53FEB7

Text Example


Text Example

White with #53FEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FEB7; }

 p { color: rgb(83,254,183); }

 H1.HeaderClassName
 {
   color: #53FEB7;
 }
 .AnyTagClassName
 {
   color: #53FEB7;
 }
</style>

background-color css

<style>
 a { background-color: #53FEB7; }

 a { background-color: rgb(83,254,183); }

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

border-color css

<style>
 span { border-color: #53FEB7; }

 span { border-color: rgb(83,254,183); }

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