#3FCBBB

Color #3FCBBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3FCBBB

Tints of Medium Turquoise #3FCBBB

Color information

#3FCBBB (or 0x3FCBBB) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CB and BB. RGB value is (63,203,187). Sum of RGB (Red+Green+Blue) = 63+203+187=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBBB is #C03444. Grayscale: #9F9F9F. Windows color (decimal): -12596293 or 12307263. OLE color: 12307263.

HSL color Cylindrical-coordinate representation of color #3FCBBB: hue angle of 173.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBBB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB63203187-
CMYK0.6900.080.20
HSL173.14º57.38%52.16%-
HSV(B)173.14º68.97%79.61%-
XYZ32.3847.3654.45-
YUV159.32143.6259.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.91%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=13.91%
G=44.81%
B=41.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632031870.6900.080.20173.1457.3852.16
Hex3FCBBB450814ad3934
Octal77313273105010242557164
Binary11111111001011101110111000101010001010010101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FCBBB;
 }
 .AnyTagClassName
 {
   color: #3FCBBB;
 }
</style>
background-color css

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

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

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

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

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

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