Html Css Color HEX #53F4D9 Turquoise

📋 copy color: '#53F4D9'

red 83 ◦ green 244 ◦ blue 217

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

Shades of Turquoise #53F4D9

Tints of Turquoise #53F4D9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.85%

 BLUE value IS 217 (85.16% from 255) = 39.89%

R = 15.26%
G = 44.85%
B = 39.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#53F4D9 (or 0x53F4D9) is known color: Turquoise. HEX triplet: 53, F4 and D9. RGB value is (83,244,217). Sum of RGB (Red+Green+Blue) = 83+244+217=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F4D9 is #AC0B26. Grayscale: #C0C0C0. Windows color (decimal): -11275047 or 14283859. OLE color: 14283859.

HSL color Cylindrical-coordinate representation of color #53F4D9: hue angle of 169.94º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4D9 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 244 217 -
CMYK 0.66 0 0.11 0.04
HSL 169.94º 0.88% 0.64% -
HSV(B) 169.94º 0.66% 0.96% -
XYZ 48.44 71.55 76.9 -
YUV 192.78 141.66 49.7 -
System Red Green Blue C M Y K H S L
Decimal 83 244 217 0.66 0 0.11 0.04 169.94 0.88 0.64
Hex 53 F4 D9 42 0 B 4 AA 58 40
Octal 123 364 331 102 0 13 4 252 130 100
Binary 1010011 11110100 11011001 1000010 0 1011 100 10101010 1011000 1000000

Color Harmonies of #53F4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F4D9

Black with #53F4D9

Text Example


Text Example

White with #53F4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,244,217); }

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

background-color css

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

 a { background-color: rgb(83,244,217); }

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

border-color css

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

 span { border-color: rgb(83,244,217); }

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