Html Css Color HEX #3FD1DC Medium Turquoise

📋 copy color: '#3FD1DC'

red 63 ◦ green 209 ◦ blue 220

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

Shades of Medium Turquoise #3FD1DC

Tints of Medium Turquoise #3FD1DC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 12.8%
G = 42.48%
B = 44.72%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FD1DC (or 0x3FD1DC) is known color: Medium Turquoise. HEX triplet: 3F, D1 and DC. RGB value is (63,209,220). Sum of RGB (Red+Green+Blue) = 63+209+220=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FD1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD1DC is #C02E23. Grayscale: #A6A6A6. Windows color (decimal): -12594724 or 14471487. OLE color: 14471487.

HSL color Cylindrical-coordinate representation of color #3FD1DC: hue angle of 184.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD1DC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 209 220 -
CMYK 0.71 0.05 0 0.14
HSL 184.2º 0.69% 0.55% -
HSV(B) 184.2º 0.71% 0.86% -
XYZ 37.77 51.83 75.72 -
YUV 166.6 158.13 54.11 -
System Red Green Blue C M Y K H S L
Decimal 63 209 220 0.71 0.05 0 0.14 184.2 0.69 0.55
Hex 3F D1 DC 47 5 0 E B8 45 37
Octal 77 321 334 107 5 0 16 270 105 67
Binary 111111 11010001 11011100 1000111 101 0 1110 10111000 1000101 110111

Color Harmonies of #3FD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD1DC

Black with #3FD1DC

Text Example


Text Example

White with #3FD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,209,220); }

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

background-color css

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

 a { background-color: rgb(63,209,220); }

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

border-color css

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

 span { border-color: rgb(63,209,220); }

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