Html Css Color HEX #53FAC8 Turquoise

📋 copy color: '#53FAC8'

red 83 ◦ green 250 ◦ blue 200

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

Shades of Turquoise #53FAC8

Tints of Turquoise #53FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 15.57%
G = 46.9%
B = 37.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#53FAC8 (or 0x53FAC8) is known color: Turquoise. HEX triplet: 53, FA and C8. RGB value is (83,250,200). Sum of RGB (Red+Green+Blue) = 83+250+200=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FAC8 is #AC0537. Grayscale: #C2C2C2. Windows color (decimal): -11273528 or 13171283. OLE color: 13171283.

HSL color Cylindrical-coordinate representation of color #53FAC8: hue angle of 162.04º 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 #53FAC8 is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 200 -
CMYK 0.67 0 0.2 0.02
HSL 162.04º 0.94% 0.65% -
HSV(B) 162.04º 0.67% 0.98% -
XYZ 48.18 74.38 66.46 -
YUV 194.37 131.17 48.57 -
System Red Green Blue C M Y K H S L
Decimal 83 250 200 0.67 0 0.2 0.02 162.04 0.94 0.65
Hex 53 FA C8 43 0 14 2 A2 5E 41
Octal 123 372 310 103 0 24 2 242 136 101
Binary 1010011 11111010 11001000 1000011 0 10100 10 10100010 1011110 1000001

Color Harmonies of #53FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAC8

Black with #53FAC8

Text Example


Text Example

White with #53FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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