Html Css Color HEX #3FD5C1 Medium Turquoise

📋 copy color: '#3FD5C1'

red 63 ◦ green 213 ◦ blue 193

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

Shades of Medium Turquoise #3FD5C1

Tints of Medium Turquoise #3FD5C1

RGB

 RED value IS 63 (25% from 255) = 13.43%

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 13.43%
G = 45.42%
B = 41.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#3FD5C1 (or 0x3FD5C1) is known color: Medium Turquoise. HEX triplet: 3F, D5 and C1. RGB value is (63,213,193). Sum of RGB (Red+Green+Blue) = 63+213+193=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5C1 is #C02A3E. Grayscale: #A5A5A5. Windows color (decimal): -12593727 or 12703039. OLE color: 12703039.

HSL color Cylindrical-coordinate representation of color #3FD5C1: hue angle of 172º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5C1 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 193 -
CMYK 0.70 0 0.09 0.16
HSL 172º 0.64% 0.54% -
HSV(B) 172º 0.7% 0.84% -
XYZ 35.47 52.5 58.72 -
YUV 165.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 63 213 193 0.70 0 0.09 0.16 172 0.64 0.54
Hex 3F D5 C1 46 0 9 10 AC 40 36
Octal 77 325 301 106 0 11 20 254 100 66
Binary 111111 11010101 11000001 1000110 0 1001 10000 10101100 1000000 110110

Color Harmonies of #3FD5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5C1

Black with #3FD5C1

Text Example


Text Example

White with #3FD5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FD5C1; }

 p { color: rgb(63,213,193); }

 H1.HeaderClassName
 {
   color: #3FD5C1;
 }
 .AnyTagClassName
 {
   color: #3FD5C1;
 }
</style>

background-color css

<style>
 a { background-color: #3FD5C1; }

 a { background-color: rgb(63,213,193); }

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

border-color css

<style>
 span { border-color: #3FD5C1; }

 span { border-color: rgb(63,213,193); }

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