Html Css Color HEX #53E2C3 Turquoise

📋 copy color: '#53E2C3'

red 83 ◦ green 226 ◦ blue 195

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

Shades of Turquoise #53E2C3

Tints of Turquoise #53E2C3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 16.47%
G = 44.84%
B = 38.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#53E2C3 (or 0x53E2C3) is known color: Turquoise. HEX triplet: 53, E2 and C3. RGB value is (83,226,195). Sum of RGB (Red+Green+Blue) = 83+226+195=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #53E2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E2C3 is #AC1D3C. Grayscale: #B3B3B3. Windows color (decimal): -11279677 or 12837459. OLE color: 12837459.

HSL color Cylindrical-coordinate representation of color #53E2C3: hue angle of 166.99º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E2C3 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 226 195 -
CMYK 0.63 0 0.14 0.11
HSL 166.99º 0.71% 0.61% -
HSV(B) 166.99º 0.63% 0.89% -
XYZ 40.61 60.17 61.1 -
YUV 179.71 136.62 59.02 -
System Red Green Blue C M Y K H S L
Decimal 83 226 195 0.63 0 0.14 0.11 166.99 0.71 0.61
Hex 53 E2 C3 3F 0 E B A7 47 3D
Octal 123 342 303 77 0 16 13 247 107 75
Binary 1010011 11100010 11000011 111111 0 1110 1011 10100111 1000111 111101

Color Harmonies of #53E2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E2C3

Black with #53E2C3

Text Example


Text Example

White with #53E2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,226,195); }

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

background-color css

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

 a { background-color: rgb(83,226,195); }

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

border-color css

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

 span { border-color: rgb(83,226,195); }

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