Html Css Color HEX #53E7DA Turquoise

📋 copy color: '#53E7DA'

red 83 ◦ green 231 ◦ blue 218

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

Shades of Turquoise #53E7DA

Tints of Turquoise #53E7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 15.6%
G = 43.42%
B = 40.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#53E7DA (or 0x53E7DA) is known color: Turquoise. HEX triplet: 53, E7 and DA. RGB value is (83,231,218). Sum of RGB (Red+Green+Blue) = 83+231+218=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E7DA is #AC1825. Grayscale: #B9B9B9. Windows color (decimal): -11278374 or 14346067. OLE color: 14346067.

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

Color convert

RGB 83 231 218 -
CMYK 0.64 0 0.06 0.09
HSL 174.73º 0.76% 0.62% -
HSV(B) 174.73º 0.64% 0.91% -
XYZ 44.8 64.05 76.33 -
YUV 185.27 146.47 55.06 -
System Red Green Blue C M Y K H S L
Decimal 83 231 218 0.64 0 0.06 0.09 174.73 0.76 0.62
Hex 53 E7 DA 40 0 6 9 AF 4C 3E
Octal 123 347 332 100 0 6 11 257 114 76
Binary 1010011 11100111 11011010 1000000 0 110 1001 10101111 1001100 111110

Color Harmonies of #53E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E7DA

Black with #53E7DA

Text Example


Text Example

White with #53E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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