Html Css Color HEX #3FCFB3 Medium Turquoise

📋 copy color: '#3FCFB3'

red 63 ◦ green 207 ◦ blue 179

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

Shades of Medium Turquoise #3FCFB3

Tints of Medium Turquoise #3FCFB3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 14.03%
G = 46.1%
B = 39.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#3FCFB3 (or 0x3FCFB3) is known color: Medium Turquoise. HEX triplet: 3F, CF and B3. RGB value is (63,207,179). Sum of RGB (Red+Green+Blue) = 63+207+179=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFB3 is #C0304C. Grayscale: #A0A0A0. Windows color (decimal): -12595277 or 11783999. OLE color: 11783999.

HSL color Cylindrical-coordinate representation of color #3FCFB3: hue angle of 168.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFB3 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 179 -
CMYK 0.70 0 0.14 0.19
HSL 168.33º 0.6% 0.53% -
HSV(B) 168.33º 0.7% 0.81% -
XYZ 32.5 48.94 50.38 -
YUV 160.75 138.29 58.28 -
System Red Green Blue C M Y K H S L
Decimal 63 207 179 0.70 0 0.14 0.19 168.33 0.6 0.53
Hex 3F CF B3 46 0 E 13 A8 3C 35
Octal 77 317 263 106 0 16 23 250 74 65
Binary 111111 11001111 10110011 1000110 0 1110 10011 10101000 111100 110101

Color Harmonies of #3FCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFB3

Black with #3FCFB3

Text Example


Text Example

White with #3FCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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