Html Css Color HEX #53F4DF Turquoise

📋 copy color: '#53F4DF'

red 83 ◦ green 244 ◦ blue 223

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

Shades of Turquoise #53F4DF

Tints of Turquoise #53F4DF

RGB

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

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

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

R = 15.09%
G = 44.36%
B = 40.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#53F4DF (or 0x53F4DF) is known color: Turquoise. HEX triplet: 53, F4 and DF. RGB value is (83,244,223). Sum of RGB (Red+Green+Blue) = 83+244+223=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F4DF is #AC0B20. Grayscale: #C1C1C1. Windows color (decimal): -11275041 or 14677075. OLE color: 14677075.

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

Color convert

RGB 83 244 223 -
CMYK 0.66 0 0.09 0.04
HSL 172.17º 0.88% 0.64% -
HSV(B) 172.17º 0.66% 0.96% -
XYZ 49.24 71.87 81.09 -
YUV 193.47 144.66 49.21 -
System Red Green Blue C M Y K H S L
Decimal 83 244 223 0.66 0 0.09 0.04 172.17 0.88 0.64
Hex 53 F4 DF 42 0 9 4 AC 58 40
Octal 123 364 337 102 0 11 4 254 130 100
Binary 1010011 11110100 11011111 1000010 0 1001 100 10101100 1011000 1000000

Color Harmonies of #53F4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F4DF

Black with #53F4DF

Text Example


Text Example

White with #53F4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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