Html Css Color HEX #3FD6CF Medium Turquoise

📋 copy color: '#3FD6CF'

red 63 ◦ green 214 ◦ blue 207

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

Shades of Medium Turquoise #3FD6CF

Tints of Medium Turquoise #3FD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 13.02%
G = 44.21%
B = 42.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#3FD6CF (or 0x3FD6CF) is known color: Medium Turquoise. HEX triplet: 3F, D6 and CF. RGB value is (63,214,207). Sum of RGB (Red+Green+Blue) = 63+214+207=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD6CF is #C02930. Grayscale: #A7A7A7. Windows color (decimal): -12593457 or 13620799. OLE color: 13620799.

HSL color Cylindrical-coordinate representation of color #3FD6CF: hue angle of 177.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD6CF is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 214 207 -
CMYK 0.71 0 0.03 0.16
HSL 177.22º 0.65% 0.54% -
HSV(B) 177.22º 0.71% 0.84% -
XYZ 37.36 53.65 67.42 -
YUV 168.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 63 214 207 0.71 0 0.03 0.16 177.22 0.65 0.54
Hex 3F D6 CF 47 0 3 10 B1 41 36
Octal 77 326 317 107 0 3 20 261 101 66
Binary 111111 11010110 11001111 1000111 0 11 10000 10110001 1000001 110110

Color Harmonies of #3FD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD6CF

Black with #3FD6CF

Text Example


Text Example

White with #3FD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,214,207); }

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

background-color css

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

 a { background-color: rgb(63,214,207); }

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

border-color css

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

 span { border-color: rgb(63,214,207); }

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