Html Css Color HEX #53E2D4 Turquoise

📋 copy color: '#53E2D4'

red 83 ◦ green 226 ◦ blue 212

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

Shades of Turquoise #53E2D4

Tints of Turquoise #53E2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 15.93%
G = 43.38%
B = 40.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#53E2D4 (or 0x53E2D4) is known color: Turquoise. HEX triplet: 53, E2 and D4. RGB value is (83,226,212). Sum of RGB (Red+Green+Blue) = 83+226+212=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #53E2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E2D4 is #AC1D2B. Grayscale: #B5B5B5. Windows color (decimal): -11279660 or 13951571. OLE color: 13951571.

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

Color convert

RGB 83 226 212 -
CMYK 0.63 0 0.06 0.11
HSL 174.13º 0.71% 0.61% -
HSV(B) 174.13º 0.63% 0.89% -
XYZ 42.65 60.99 71.81 -
YUV 181.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 83 226 212 0.63 0 0.06 0.11 174.13 0.71 0.61
Hex 53 E2 D4 3F 0 6 B AE 47 3D
Octal 123 342 324 77 0 6 13 256 107 75
Binary 1010011 11100010 11010100 111111 0 110 1011 10101110 1000111 111101

Color Harmonies of #53E2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E2D4

Black with #53E2D4

Text Example


Text Example

White with #53E2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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