Html Css Color HEX #3FD5C6 Medium Turquoise

📋 copy color: '#3FD5C6'

red 63 ◦ green 213 ◦ blue 198

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

Shades of Medium Turquoise #3FD5C6

Tints of Medium Turquoise #3FD5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 13.29%
G = 44.94%
B = 41.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#3FD5C6 (or 0x3FD5C6) is known color: Medium Turquoise. HEX triplet: 3F, D5 and C6. RGB value is (63,213,198). Sum of RGB (Red+Green+Blue) = 63+213+198=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5C6 is #C02A39. Grayscale: #A6A6A6. Windows color (decimal): -12593722 or 13030719. OLE color: 13030719.

HSL color Cylindrical-coordinate representation of color #3FD5C6: hue angle of 174º 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 #3FD5C6 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 198 -
CMYK 0.70 0 0.07 0.16
HSL 174º 0.64% 0.54% -
HSV(B) 174º 0.7% 0.84% -
XYZ 36.04 52.72 61.7 -
YUV 166.44 145.81 54.22 -
System Red Green Blue C M Y K H S L
Decimal 63 213 198 0.70 0 0.07 0.16 174 0.64 0.54
Hex 3F D5 C6 46 0 7 10 AE 40 36
Octal 77 325 306 106 0 7 20 256 100 66
Binary 111111 11010101 11000110 1000110 0 111 10000 10101110 1000000 110110

Color Harmonies of #3FD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5C6

Black with #3FD5C6

Text Example


Text Example

White with #3FD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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