Html Css Color HEX #53EED6 Turquoise

📋 copy color: '#53EED6'

red 83 ◦ green 238 ◦ blue 214

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

Shades of Turquoise #53EED6

Tints of Turquoise #53EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

 BLUE value IS 214 (83.98% from 255) = 40%

R = 15.51%
G = 44.49%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#53EED6 (or 0x53EED6) is known color: Turquoise. HEX triplet: 53, EE and D6. RGB value is (83,238,214). Sum of RGB (Red+Green+Blue) = 83+238+214=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #53EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EED6 is #AC1129. Grayscale: #BCBCBC. Windows color (decimal): -11276586 or 14085715. OLE color: 14085715.

HSL color Cylindrical-coordinate representation of color #53EED6: hue angle of 170.71º degrees, saturation: 0.82, 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 #53EED6 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 214 -
CMYK 0.65 0 0.10 0.07
HSL 170.71º 0.82% 0.63% -
HSV(B) 170.71º 0.65% 0.93% -
XYZ 46.28 67.84 74.27 -
YUV 188.92 142.15 52.45 -
System Red Green Blue C M Y K H S L
Decimal 83 238 214 0.65 0 0.10 0.07 170.71 0.82 0.63
Hex 53 EE D6 41 0 A 7 AB 52 3F
Octal 123 356 326 101 0 12 7 253 122 77
Binary 1010011 11101110 11010110 1000001 0 1010 111 10101011 1010010 111111

Color Harmonies of #53EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EED6

Black with #53EED6

Text Example


Text Example

White with #53EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,238,214); }

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

background-color css

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

 a { background-color: rgb(83,238,214); }

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

border-color css

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

 span { border-color: rgb(83,238,214); }

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