Html Css Color HEX #53FAC7 Turquoise

📋 copy color: '#53FAC7'

red 83 ◦ green 250 ◦ blue 199

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

Shades of Turquoise #53FAC7

Tints of Turquoise #53FAC7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 15.6%
G = 46.99%
B = 37.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#53FAC7 (or 0x53FAC7) is known color: Turquoise. HEX triplet: 53, FA and C7. RGB value is (83,250,199). Sum of RGB (Red+Green+Blue) = 83+250+199=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FAC7 is #AC0538. Grayscale: #C2C2C2. Windows color (decimal): -11273529 or 13105747. OLE color: 13105747.

HSL color Cylindrical-coordinate representation of color #53FAC7: hue angle of 161.68º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FAC7 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 199 -
CMYK 0.67 0 0.20 0.02
HSL 161.68º 0.94% 0.65% -
HSV(B) 161.68º 0.67% 0.98% -
XYZ 48.06 74.33 65.85 -
YUV 194.25 130.67 48.65 -
System Red Green Blue C M Y K H S L
Decimal 83 250 199 0.67 0 0.20 0.02 161.68 0.94 0.65
Hex 53 FA C7 43 0 14 2 A2 5E 41
Octal 123 372 307 103 0 24 2 242 136 101
Binary 1010011 11111010 11000111 1000011 0 10100 10 10100010 1011110 1000001

Color Harmonies of #53FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAC7

Black with #53FAC7

Text Example


Text Example

White with #53FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,250,199); }

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

background-color css

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

 a { background-color: rgb(83,250,199); }

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

border-color css

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

 span { border-color: rgb(83,250,199); }

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