Html Css Color HEX #53FCBA Turquoise

📋 copy color: '#53FCBA'

red 83 ◦ green 252 ◦ blue 186

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

Shades of Turquoise #53FCBA

Tints of Turquoise #53FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

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

R = 15.93%
G = 48.37%
B = 35.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#53FCBA (or 0x53FCBA) is known color: Turquoise. HEX triplet: 53, FC and BA. RGB value is (83,252,186). Sum of RGB (Red+Green+Blue) = 83+252+186=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCBA is #AC0345. Grayscale: #C2C2C2. Windows color (decimal): -11273030 or 12254291. OLE color: 12254291.

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

Color convert

RGB 83 252 186 -
CMYK 0.67 0 0.26 0.01
HSL 156.57º 0.97% 0.66% -
HSV(B) 156.57º 0.67% 0.99% -
XYZ 47.24 75 58.44 -
YUV 193.95 123.51 48.87 -
System Red Green Blue C M Y K H S L
Decimal 83 252 186 0.67 0 0.26 0.01 156.57 0.97 0.66
Hex 53 FC BA 43 0 1A 1 9D 61 42
Octal 123 374 272 103 0 32 1 235 141 102
Binary 1010011 11111100 10111010 1000011 0 11010 1 10011101 1100001 1000010

Color Harmonies of #53FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCBA

Black with #53FCBA

Text Example


Text Example

White with #53FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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