Html Css Color HEX #53E4CC Turquoise

📋 copy color: '#53E4CC'

red 83 ◦ green 228 ◦ blue 204

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

Shades of Turquoise #53E4CC

Tints of Turquoise #53E4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.27%

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 16.12%
G = 44.27%
B = 39.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#53E4CC (or 0x53E4CC) is known color: Turquoise. HEX triplet: 53, E4 and CC. RGB value is (83,228,204). Sum of RGB (Red+Green+Blue) = 83+228+204=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #53E4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E4CC is #AC1B33. Grayscale: #B5B5B5. Windows color (decimal): -11279156 or 13427795. OLE color: 13427795.

HSL color Cylindrical-coordinate representation of color #53E4CC: hue angle of 170.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E4CC is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 228 204 -
CMYK 0.64 0 0.11 0.11
HSL 170.07º 0.73% 0.61% -
HSV(B) 170.07º 0.64% 0.89% -
XYZ 42.21 61.69 66.81 -
YUV 181.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 83 228 204 0.64 0 0.11 0.11 170.07 0.73 0.61
Hex 53 E4 CC 40 0 B B AA 49 3D
Octal 123 344 314 100 0 13 13 252 111 75
Binary 1010011 11100100 11001100 1000000 0 1011 1011 10101010 1001001 111101

Color Harmonies of #53E4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E4CC

Black with #53E4CC

Text Example


Text Example

White with #53E4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,228,204); }

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

background-color css

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

 a { background-color: rgb(83,228,204); }

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

border-color css

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

 span { border-color: rgb(83,228,204); }

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