Html Css Color HEX #53ECB8 Turquoise

📋 copy color: '#53ECB8'

red 83 ◦ green 236 ◦ blue 184

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

Shades of Turquoise #53ECB8

Tints of Turquoise #53ECB8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

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

R = 16.5%
G = 46.92%
B = 36.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#53ECB8 (or 0x53ECB8) is known color: Turquoise. HEX triplet: 53, EC and B8. RGB value is (83,236,184). Sum of RGB (Red+Green+Blue) = 83+236+184=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53ECB8 is #AC1347. Grayscale: #B8B8B8. Windows color (decimal): -11277128 or 12119123. OLE color: 12119123.

HSL color Cylindrical-coordinate representation of color #53ECB8: hue angle of 159.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECB8 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 236 184 -
CMYK 0.65 0 0.22 0.07
HSL 159.61º 0.8% 0.63% -
HSV(B) 159.61º 0.65% 0.93% -
XYZ 42.21 65.29 55.72 -
YUV 184.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 83 236 184 0.65 0 0.22 0.07 159.61 0.8 0.63
Hex 53 EC B8 41 0 16 7 A0 50 3F
Octal 123 354 270 101 0 26 7 240 120 77
Binary 1010011 11101100 10111000 1000001 0 10110 111 10100000 1010000 111111

Color Harmonies of #53ECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECB8

Black with #53ECB8

Text Example


Text Example

White with #53ECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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