Html Css Color HEX #53E5C2 Turquoise

📋 copy color: '#53E5C2'

red 83 ◦ green 229 ◦ blue 194

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

Shades of Turquoise #53E5C2

Tints of Turquoise #53E5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 16.4%
G = 45.26%
B = 38.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#53E5C2 (or 0x53E5C2) is known color: Turquoise. HEX triplet: 53, E5 and C2. RGB value is (83,229,194). Sum of RGB (Red+Green+Blue) = 83+229+194=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #53E5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E5C2 is #AC1A3D. Grayscale: #B5B5B5. Windows color (decimal): -11278910 or 12772691. OLE color: 12772691.

HSL color Cylindrical-coordinate representation of color #53E5C2: hue angle of 165.62º 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 #53E5C2 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 229 194 -
CMYK 0.64 0 0.15 0.10
HSL 165.62º 0.74% 0.61% -
HSV(B) 165.62º 0.64% 0.9% -
XYZ 41.32 61.77 60.78 -
YUV 181.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 83 229 194 0.64 0 0.15 0.10 165.62 0.74 0.61
Hex 53 E5 C2 40 0 F A A6 4A 3D
Octal 123 345 302 100 0 17 12 246 112 75
Binary 1010011 11100101 11000010 1000000 0 1111 1010 10100110 1001010 111101

Color Harmonies of #53E5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E5C2

Black with #53E5C2

Text Example


Text Example

White with #53E5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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