Html Css Color HEX #53BFBB Medium Turquoise

📋 copy color: '#53BFBB'

red 83 ◦ green 191 ◦ blue 187

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

Shades of Medium Turquoise #53BFBB

Tints of Medium Turquoise #53BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 18%
G = 41.43%
B = 40.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#53BFBB (or 0x53BFBB) is known color: Medium Turquoise. HEX triplet: 53, BF and BB. RGB value is (83,191,187). Sum of RGB (Red+Green+Blue) = 83+191+187=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBB is #AC4044. Grayscale: #9E9E9E. Windows color (decimal): -11288645 or 12304211. OLE color: 12304211.

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

Color convert

RGB 83 191 187 -
CMYK 0.57 0 0.02 0.25
HSL 177.78º 0.46% 0.54% -
HSV(B) 177.78º 0.57% 0.75% -
XYZ 31.17 42.69 53.61 -
YUV 158.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 83 191 187 0.57 0 0.02 0.25 177.78 0.46 0.54
Hex 53 BF BB 39 0 2 19 B2 2E 36
Octal 123 277 273 71 0 2 31 262 56 66
Binary 1010011 10111111 10111011 111001 0 10 11001 10110010 101110 110110

Color Harmonies of #53BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFBB

Black with #53BFBB

Text Example


Text Example

White with #53BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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