Html Css Color HEX #3FD0BB Medium Turquoise

📋 copy color: '#3FD0BB'

red 63 ◦ green 208 ◦ blue 187

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

Shades of Medium Turquoise #3FD0BB

Tints of Medium Turquoise #3FD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 13.76%
G = 45.41%
B = 40.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#3FD0BB (or 0x3FD0BB) is known color: Medium Turquoise. HEX triplet: 3F, D0 and BB. RGB value is (63,208,187). Sum of RGB (Red+Green+Blue) = 63+208+187=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD0BB is #C02F44. Grayscale: #A2A2A2. Windows color (decimal): -12595013 or 12308543. OLE color: 12308543.

HSL color Cylindrical-coordinate representation of color #3FD0BB: hue angle of 171.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD0BB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 208 187 -
CMYK 0.70 0 0.10 0.18
HSL 171.31º 0.61% 0.53% -
HSV(B) 171.31º 0.7% 0.82% -
XYZ 33.58 49.76 54.85 -
YUV 162.25 141.96 57.21 -
System Red Green Blue C M Y K H S L
Decimal 63 208 187 0.70 0 0.10 0.18 171.31 0.61 0.53
Hex 3F D0 BB 46 0 A 12 AB 3D 35
Octal 77 320 273 106 0 12 22 253 75 65
Binary 111111 11010000 10111011 1000110 0 1010 10010 10101011 111101 110101

Color Harmonies of #3FD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD0BB

Black with #3FD0BB

Text Example


Text Example

White with #3FD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,208,187); }

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

background-color css

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

 a { background-color: rgb(63,208,187); }

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

border-color css

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

 span { border-color: rgb(63,208,187); }

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