Html Css Color HEX #53E5CA Turquoise

📋 copy color: '#53E5CA'

red 83 ◦ green 229 ◦ blue 202

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

Shades of Turquoise #53E5CA

Tints of Turquoise #53E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.55%

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

R = 16.15%
G = 44.55%
B = 39.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#53E5CA (or 0x53E5CA) is known color: Turquoise. HEX triplet: 53, E5 and CA. RGB value is (83,229,202). Sum of RGB (Red+Green+Blue) = 83+229+202=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #53E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E5CA is #AC1A35. Grayscale: #B6B6B6. Windows color (decimal): -11278902 or 13296979. OLE color: 13296979.

HSL color Cylindrical-coordinate representation of color #53E5CA: hue angle of 168.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E5CA is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 229 202 -
CMYK 0.64 0 0.12 0.10
HSL 168.9º 0.74% 0.61% -
HSV(B) 168.9º 0.64% 0.9% -
XYZ 42.25 62.14 65.65 -
YUV 182.27 139.13 57.2 -
System Red Green Blue C M Y K H S L
Decimal 83 229 202 0.64 0 0.12 0.10 168.9 0.74 0.61
Hex 53 E5 CA 40 0 C A A9 4A 3D
Octal 123 345 312 100 0 14 12 251 112 75
Binary 1010011 11100101 11001010 1000000 0 1100 1010 10101001 1001010 111101

Color Harmonies of #53E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E5CA

Black with #53E5CA

Text Example


Text Example

White with #53E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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