Html Css Color HEX #3FCFBB Medium Turquoise

📋 copy color: '#3FCFBB'

red 63 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #3FCFBB

Tints of Medium Turquoise #3FCFBB

RGB

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

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

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

R = 13.79%
G = 45.3%
B = 40.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#3FCFBB (or 0x3FCFBB) is known color: Medium Turquoise. HEX triplet: 3F, CF and BB. RGB value is (63,207,187). Sum of RGB (Red+Green+Blue) = 63+207+187=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBB is #C03044. Grayscale: #A1A1A1. Windows color (decimal): -12595269 or 12308287. OLE color: 12308287.

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

Color convert

RGB 63 207 187 -
CMYK 0.70 0 0.10 0.19
HSL 171.67º 0.6% 0.53% -
HSV(B) 171.67º 0.7% 0.81% -
XYZ 33.33 49.27 54.77 -
YUV 161.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 63 207 187 0.70 0 0.10 0.19 171.67 0.6 0.53
Hex 3F CF BB 46 0 A 13 AC 3C 35
Octal 77 317 273 106 0 12 23 254 74 65
Binary 111111 11001111 10111011 1000110 0 1010 10011 10101100 111100 110101

Color Harmonies of #3FCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFBB

Black with #3FCFBB

Text Example


Text Example

White with #3FCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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