Html Css Color HEX #53F8BA Turquoise

📋 copy color: '#53F8BA'

red 83 ◦ green 248 ◦ blue 186

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

Shades of Turquoise #53F8BA

Tints of Turquoise #53F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 16.05%
G = 47.97%
B = 35.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#53F8BA (or 0x53F8BA) is known color: Turquoise. HEX triplet: 53, F8 and BA. RGB value is (83,248,186). Sum of RGB (Red+Green+Blue) = 83+248+186=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F8BA is #AC0745. Grayscale: #BFBFBF. Windows color (decimal): -11274054 or 12253267. OLE color: 12253267.

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

Color convert

RGB 83 248 186 -
CMYK 0.67 0 0.25 0.03
HSL 157.45º 0.92% 0.65% -
HSV(B) 157.45º 0.67% 0.97% -
XYZ 46 72.52 58.03 -
YUV 191.6 124.84 50.54 -
System Red Green Blue C M Y K H S L
Decimal 83 248 186 0.67 0 0.25 0.03 157.45 0.92 0.65
Hex 53 F8 BA 43 0 19 3 9D 5C 41
Octal 123 370 272 103 0 31 3 235 134 101
Binary 1010011 11111000 10111010 1000011 0 11001 11 10011101 1011100 1000001

Color Harmonies of #53F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F8BA

Black with #53F8BA

Text Example


Text Example

White with #53F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,248,186); }

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

background-color css

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

 a { background-color: rgb(83,248,186); }

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

border-color css

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

 span { border-color: rgb(83,248,186); }

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