Html Css Color HEX #53D4DF Medium Turquoise

📋 copy color: '#53D4DF'

red 83 ◦ green 212 ◦ blue 223

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

Shades of Medium Turquoise #53D4DF

Tints of Medium Turquoise #53D4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

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

R = 16.02%
G = 40.93%
B = 43.05%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53D4DF (or 0x53D4DF) is known color: Medium Turquoise. HEX triplet: 53, D4 and DF. RGB value is (83,212,223). Sum of RGB (Red+Green+Blue) = 83+212+223=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #53D4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D4DF is #AC2B20. Grayscale: #AEAEAE. Windows color (decimal): -11283233 or 14668883. OLE color: 14668883.

HSL color Cylindrical-coordinate representation of color #53D4DF: hue angle of 184.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53D4DF is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 212 223 -
CMYK 0.63 0.05 0 0.13
HSL 184.71º 0.69% 0.6% -
HSV(B) 184.71º 0.63% 0.87% -
XYZ 40.43 54.25 78.15 -
YUV 174.68 155.26 62.61 -
System Red Green Blue C M Y K H S L
Decimal 83 212 223 0.63 0.05 0 0.13 184.71 0.69 0.6
Hex 53 D4 DF 3F 5 0 D B9 45 3C
Octal 123 324 337 77 5 0 15 271 105 74
Binary 1010011 11010100 11011111 111111 101 0 1101 10111001 1000101 111100

Color Harmonies of #53D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4DF

Black with #53D4DF

Text Example


Text Example

White with #53D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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