Html Css Color HEX #53EEE9 Turquoise Blue

📋 copy color: '#53EEE9'

red 83 ◦ green 238 ◦ blue 233

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

Shades of Turquoise Blue #53EEE9

Tints of Turquoise Blue #53EEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 14.98%
G = 42.96%
B = 42.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#53EEE9 (or 0x53EEE9) is known color: Turquoise Blue. HEX triplet: 53, EE and E9. RGB value is (83,238,233). Sum of RGB (Red+Green+Blue) = 83+238+233=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEE9 is #AC1116. Grayscale: #BEBEBE. Windows color (decimal): -11276567 or 15330899. OLE color: 15330899.

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

Color convert

RGB 83 238 233 -
CMYK 0.65 0 0.02 0.07
HSL 178.06º 0.82% 0.63% -
HSV(B) 178.06º 0.65% 0.93% -
XYZ 48.85 68.87 87.81 -
YUV 191.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 83 238 233 0.65 0 0.02 0.07 178.06 0.82 0.63
Hex 53 EE E9 41 0 2 7 B2 52 3F
Octal 123 356 351 101 0 2 7 262 122 77
Binary 1010011 11101110 11101001 1000001 0 10 111 10110010 1010010 111111

Color Harmonies of #53EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEE9

Black with #53EEE9

Text Example


Text Example

White with #53EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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