Html Css Color HEX #53D8BB Medium Turquoise

📋 copy color: '#53D8BB'

red 83 ◦ green 216 ◦ blue 187

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

Shades of Medium Turquoise #53D8BB

Tints of Medium Turquoise #53D8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

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

R = 17.08%
G = 44.44%
B = 38.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#53D8BB (or 0x53D8BB) is known color: Medium Turquoise. HEX triplet: 53, D8 and BB. RGB value is (83,216,187). Sum of RGB (Red+Green+Blue) = 83+216+187=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8BB is #AC2744. Grayscale: #ACACAC. Windows color (decimal): -11282245 or 12310611. OLE color: 12310611.

HSL color Cylindrical-coordinate representation of color #53D8BB: hue angle of 166.92º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8BB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 187 -
CMYK 0.62 0 0.13 0.15
HSL 166.92º 0.63% 0.59% -
HSV(B) 166.92º 0.62% 0.85% -
XYZ 37.09 54.54 55.59 -
YUV 172.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 83 216 187 0.62 0 0.13 0.15 166.92 0.63 0.59
Hex 53 D8 BB 3E 0 D F A7 3F 3B
Octal 123 330 273 76 0 15 17 247 77 73
Binary 1010011 11011000 10111011 111110 0 1101 1111 10100111 111111 111011

Color Harmonies of #53D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8BB

Black with #53D8BB

Text Example


Text Example

White with #53D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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