Html Css Color HEX #53EACA Turquoise

📋 copy color: '#53EACA'

red 83 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #53EACA

Tints of Turquoise #53EACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 15.99%
G = 45.09%
B = 38.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#53EACA (or 0x53EACA) is known color: Turquoise. HEX triplet: 53, EA and CA. RGB value is (83,234,202). Sum of RGB (Red+Green+Blue) = 83+234+202=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #53EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EACA is #AC1535. Grayscale: #B9B9B9. Windows color (decimal): -11277622 or 13298259. OLE color: 13298259.

HSL color Cylindrical-coordinate representation of color #53EACA: hue angle of 167.28º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EACA is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 202 -
CMYK 0.65 0 0.14 0.08
HSL 167.28º 0.78% 0.62% -
HSV(B) 167.28º 0.65% 0.92% -
XYZ 43.65 64.95 66.11 -
YUV 185.2 137.47 55.1 -
System Red Green Blue C M Y K H S L
Decimal 83 234 202 0.65 0 0.14 0.08 167.28 0.78 0.62
Hex 53 EA CA 41 0 E 8 A7 4E 3E
Octal 123 352 312 101 0 16 10 247 116 76
Binary 1010011 11101010 11001010 1000001 0 1110 1000 10100111 1001110 111110

Color Harmonies of #53EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EACA

Black with #53EACA

Text Example


Text Example

White with #53EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,202); }

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

background-color css

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

 a { background-color: rgb(83,234,202); }

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

border-color css

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

 span { border-color: rgb(83,234,202); }

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