Html Css Color HEX #53CEB9 Medium Turquoise

📋 copy color: '#53CEB9'

red 83 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #53CEB9

Tints of Medium Turquoise #53CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 17.51%
G = 43.46%
B = 39.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#53CEB9 (or 0x53CEB9) is known color: Medium Turquoise. HEX triplet: 53, CE and B9. RGB value is (83,206,185). Sum of RGB (Red+Green+Blue) = 83+206+185=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEB9 is #AC3146. Grayscale: #A6A6A6. Windows color (decimal): -11284807 or 12176979. OLE color: 12176979.

HSL color Cylindrical-coordinate representation of color #53CEB9: hue angle of 169.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEB9 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 185 -
CMYK 0.60 0 0.10 0.19
HSL 169.76º 0.56% 0.57% -
HSV(B) 169.76º 0.6% 0.81% -
XYZ 34.4 49.48 53.64 -
YUV 166.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 83 206 185 0.60 0 0.10 0.19 169.76 0.56 0.57
Hex 53 CE B9 3C 0 A 13 AA 38 39
Octal 123 316 271 74 0 12 23 252 70 71
Binary 1010011 11001110 10111001 111100 0 1010 10011 10101010 111000 111001

Color Harmonies of #53CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEB9

Black with #53CEB9

Text Example


Text Example

White with #53CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,206,185); }

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

background-color css

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

 a { background-color: rgb(83,206,185); }

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

border-color css

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

 span { border-color: rgb(83,206,185); }

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