Html Css Color HEX #53E7DF Turquoise

📋 copy color: '#53E7DF'

red 83 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #53E7DF

Tints of Turquoise #53E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.02%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 15.46%
G = 43.02%
B = 41.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#53E7DF (or 0x53E7DF) is known color: Turquoise. HEX triplet: 53, E7 and DF. RGB value is (83,231,223). Sum of RGB (Red+Green+Blue) = 83+231+223=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E7DF is #AC1820. Grayscale: #B9B9B9. Windows color (decimal): -11278369 or 14673747. OLE color: 14673747.

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

Color convert

RGB 83 231 223 -
CMYK 0.64 0 0.03 0.09
HSL 176.76º 0.76% 0.62% -
HSV(B) 176.76º 0.64% 0.91% -
XYZ 45.46 64.32 79.83 -
YUV 185.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 83 231 223 0.64 0 0.03 0.09 176.76 0.76 0.62
Hex 53 E7 DF 40 0 3 9 B1 4C 3E
Octal 123 347 337 100 0 3 11 261 114 76
Binary 1010011 11100111 11011111 1000000 0 11 1001 10110001 1001100 111110

Color Harmonies of #53E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E7DF

Black with #53E7DF

Text Example


Text Example

White with #53E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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