Html Css Color HEX #53E8E7 Turquoise Blue

📋 copy color: '#53E8E7'

red 83 ◦ green 232 ◦ blue 231

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

Shades of Turquoise Blue #53E8E7

Tints of Turquoise Blue #53E8E7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.49%

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 15.2%
G = 42.49%
B = 42.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#53E8E7 (or 0x53E8E7) is known color: Turquoise Blue. HEX triplet: 53, E8 and E7. RGB value is (83,232,231). Sum of RGB (Red+Green+Blue) = 83+232+231=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53E8E7 is #AC1718. Grayscale: #BBBBBB. Windows color (decimal): -11278105 or 15198291. OLE color: 15198291.

HSL color Cylindrical-coordinate representation of color #53E8E7: hue angle of 179.6º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8E7 is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 232 231 -
CMYK 0.64 0 0.00 0.09
HSL 179.6º 0.76% 0.62% -
HSV(B) 179.6º 0.64% 0.91% -
XYZ 46.85 65.32 85.74 -
YUV 187.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 83 232 231 0.64 0 0.00 0.09 179.6 0.76 0.62
Hex 53 E8 E7 40 0 0 9 B4 4C 3E
Octal 123 350 347 100 0 0 11 264 114 76
Binary 1010011 11101000 11100111 1000000 0 0 1001 10110100 1001100 111110

Color Harmonies of #53E8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E8E7

Black with #53E8E7

Text Example


Text Example

White with #53E8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,232,231); }

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

background-color css

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

 a { background-color: rgb(83,232,231); }

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

border-color css

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

 span { border-color: rgb(83,232,231); }

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