Html Css Color HEX #53EEE5 Turquoise

📋 copy color: '#53EEE5'

red 83 ◦ green 238 ◦ blue 229

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

Shades of Turquoise #53EEE5

Tints of Turquoise #53EEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 15.09%
G = 43.27%
B = 41.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#53EEE5 (or 0x53EEE5) is known color: Turquoise. HEX triplet: 53, EE and E5. RGB value is (83,238,229). Sum of RGB (Red+Green+Blue) = 83+238+229=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEE5 is #AC111A. Grayscale: #BEBEBE. Windows color (decimal): -11276571 or 15068755. OLE color: 15068755.

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

Color convert

RGB 83 238 229 -
CMYK 0.65 0 0.04 0.07
HSL 176.52º 0.82% 0.63% -
HSV(B) 176.52º 0.65% 0.93% -
XYZ 48.28 68.65 84.83 -
YUV 190.63 149.65 51.23 -
System Red Green Blue C M Y K H S L
Decimal 83 238 229 0.65 0 0.04 0.07 176.52 0.82 0.63
Hex 53 EE E5 41 0 4 7 B1 52 3F
Octal 123 356 345 101 0 4 7 261 122 77
Binary 1010011 11101110 11100101 1000001 0 100 111 10110001 1010010 111111

Color Harmonies of #53EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEE5

Black with #53EEE5

Text Example


Text Example

White with #53EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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