Html Css Color HEX #53EEC4 Turquoise

📋 copy color: '#53EEC4'

red 83 ◦ green 238 ◦ blue 196

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

Shades of Turquoise #53EEC4

Tints of Turquoise #53EEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 16.05%
G = 46.03%
B = 37.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#53EEC4 (or 0x53EEC4) is known color: Turquoise. HEX triplet: 53, EE and C4. RGB value is (83,238,196). Sum of RGB (Red+Green+Blue) = 83+238+196=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEC4 is #AC113B. Grayscale: #BABABA. Windows color (decimal): -11276604 or 12906067. OLE color: 12906067.

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

Color convert

RGB 83 238 196 -
CMYK 0.65 0 0.18 0.07
HSL 163.74º 0.82% 0.63% -
HSV(B) 163.74º 0.65% 0.93% -
XYZ 44.11 66.97 62.83 -
YUV 186.87 133.15 53.92 -
System Red Green Blue C M Y K H S L
Decimal 83 238 196 0.65 0 0.18 0.07 163.74 0.82 0.63
Hex 53 EE C4 41 0 12 7 A4 52 3F
Octal 123 356 304 101 0 22 7 244 122 77
Binary 1010011 11101110 11000100 1000001 0 10010 111 10100100 1010010 111111

Color Harmonies of #53EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEC4

Black with #53EEC4

Text Example


Text Example

White with #53EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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