Html Css Color HEX #53DBBE Medium Turquoise

📋 copy color: '#53DBBE'

red 83 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #53DBBE

Tints of Medium Turquoise #53DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 16.87%
G = 44.51%
B = 38.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#53DBBE (or 0x53DBBE) is known color: Medium Turquoise. HEX triplet: 53, DB and BE. RGB value is (83,219,190). Sum of RGB (Red+Green+Blue) = 83+219+190=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBBE is #AC2441. Grayscale: #AFAFAF. Windows color (decimal): -11281474 or 12507987. OLE color: 12507987.

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

Color convert

RGB 83 219 190 -
CMYK 0.62 0 0.13 0.14
HSL 167.21º 0.65% 0.59% -
HSV(B) 167.21º 0.62% 0.86% -
XYZ 38.19 56.22 57.55 -
YUV 175.03 136.44 62.36 -
System Red Green Blue C M Y K H S L
Decimal 83 219 190 0.62 0 0.13 0.14 167.21 0.65 0.59
Hex 53 DB BE 3E 0 D E A7 41 3B
Octal 123 333 276 76 0 15 16 247 101 73
Binary 1010011 11011011 10111110 111110 0 1101 1110 10100111 1000001 111011

Color Harmonies of #53DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBBE

Black with #53DBBE

Text Example


Text Example

White with #53DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,219,190); }

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

background-color css

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

 a { background-color: rgb(83,219,190); }

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

border-color css

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

 span { border-color: rgb(83,219,190); }

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