Html Css Color HEX #53DFC3 Medium Turquoise

📋 copy color: '#53DFC3'

red 83 ◦ green 223 ◦ blue 195

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

Shades of Medium Turquoise #53DFC3

Tints of Medium Turquoise #53DFC3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 16.57%
G = 44.51%
B = 38.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#53DFC3 (or 0x53DFC3) is known color: Medium Turquoise. HEX triplet: 53, DF and C3. RGB value is (83,223,195). Sum of RGB (Red+Green+Blue) = 83+223+195=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFC3 is #AC203C. Grayscale: #B1B1B1. Windows color (decimal): -11280445 or 12836691. OLE color: 12836691.

HSL color Cylindrical-coordinate representation of color #53DFC3: hue angle of 168º 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 #53DFC3 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 195 -
CMYK 0.63 0 0.13 0.13
HSL 168º 0.69% 0.6% -
HSV(B) 168º 0.63% 0.87% -
XYZ 39.81 58.55 60.83 -
YUV 177.95 137.62 60.28 -
System Red Green Blue C M Y K H S L
Decimal 83 223 195 0.63 0 0.13 0.13 168 0.69 0.6
Hex 53 DF C3 3F 0 D D A8 45 3C
Octal 123 337 303 77 0 15 15 250 105 74
Binary 1010011 11011111 11000011 111111 0 1101 1101 10101000 1000101 111100

Color Harmonies of #53DFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFC3

Black with #53DFC3

Text Example


Text Example

White with #53DFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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