Html Css Color HEX #53CEB8 Medium Turquoise

📋 copy color: '#53CEB8'

red 83 ◦ green 206 ◦ blue 184

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

Shades of Medium Turquoise #53CEB8

Tints of Medium Turquoise #53CEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 17.55%
G = 43.55%
B = 38.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#53CEB8 (or 0x53CEB8) is known color: Medium Turquoise. HEX triplet: 53, CE and B8. RGB value is (83,206,184). Sum of RGB (Red+Green+Blue) = 83+206+184=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEB8 is #AC3147. Grayscale: #A6A6A6. Windows color (decimal): -11284808 or 12111443. OLE color: 12111443.

HSL color Cylindrical-coordinate representation of color #53CEB8: hue angle of 169.27º 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 #53CEB8 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 184 -
CMYK 0.60 0 0.11 0.19
HSL 169.27º 0.56% 0.57% -
HSV(B) 169.27º 0.6% 0.81% -
XYZ 34.29 49.44 53.08 -
YUV 166.72 137.75 68.29 -
System Red Green Blue C M Y K H S L
Decimal 83 206 184 0.60 0 0.11 0.19 169.27 0.56 0.57
Hex 53 CE B8 3C 0 B 13 A9 38 39
Octal 123 316 270 74 0 13 23 251 70 71
Binary 1010011 11001110 10111000 111100 0 1011 10011 10101001 111000 111001

Color Harmonies of #53CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEB8

Black with #53CEB8

Text Example


Text Example

White with #53CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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