Html Css Color HEX #53BFBA Medium Turquoise

📋 copy color: '#53BFBA'

red 83 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #53BFBA

Tints of Medium Turquoise #53BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

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

R = 18.04%
G = 41.52%
B = 40.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#53BFBA (or 0x53BFBA) is known color: Medium Turquoise. HEX triplet: 53, BF and BA. RGB value is (83,191,186). Sum of RGB (Red+Green+Blue) = 83+191+186=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBA is #AC4045. Grayscale: #9E9E9E. Windows color (decimal): -11288646 or 12238675. OLE color: 12238675.

HSL color Cylindrical-coordinate representation of color #53BFBA: hue angle of 177.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFBA is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 191 186 -
CMYK 0.57 0 0.03 0.25
HSL 177.22º 0.46% 0.54% -
HSV(B) 177.22º 0.57% 0.75% -
XYZ 31.06 42.65 53.05 -
YUV 158.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 83 191 186 0.57 0 0.03 0.25 177.22 0.46 0.54
Hex 53 BF BA 39 0 3 19 B1 2E 36
Octal 123 277 272 71 0 3 31 261 56 66
Binary 1010011 10111111 10111010 111001 0 11 11001 10110001 101110 110110

Color Harmonies of #53BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFBA

Black with #53BFBA

Text Example


Text Example

White with #53BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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