Html Css Color HEX #3FD6CA Medium Turquoise

📋 copy color: '#3FD6CA'

red 63 ◦ green 214 ◦ blue 202

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

Shades of Medium Turquoise #3FD6CA

Tints of Medium Turquoise #3FD6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 13.15%
G = 44.68%
B = 42.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#3FD6CA (or 0x3FD6CA) is known color: Medium Turquoise. HEX triplet: 3F, D6 and CA. RGB value is (63,214,202). Sum of RGB (Red+Green+Blue) = 63+214+202=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD6CA is #C02935. Grayscale: #A7A7A7. Windows color (decimal): -12593462 or 13293119. OLE color: 13293119.

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

Color convert

RGB 63 214 202 -
CMYK 0.71 0 0.06 0.16
HSL 175.23º 0.65% 0.54% -
HSV(B) 175.23º 0.71% 0.84% -
XYZ 36.76 53.41 64.25 -
YUV 167.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 63 214 202 0.71 0 0.06 0.16 175.23 0.65 0.54
Hex 3F D6 CA 47 0 6 10 AF 41 36
Octal 77 326 312 107 0 6 20 257 101 66
Binary 111111 11010110 11001010 1000111 0 110 10000 10101111 1000001 110110

Color Harmonies of #3FD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD6CA

Black with #3FD6CA

Text Example


Text Example

White with #3FD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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