#3FCBE3

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

Shades of Medium Turquoise #3FCBE3

Tints of Medium Turquoise #3FCBE3

Color information

#3FCBE3 (or 0x3FCBE3) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CB and E3. RGB value is (63,203,227). Sum of RGB (Red+Green+Blue) = 63+203+227=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #3FCBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBE3 is #C0341C. Grayscale: #A3A3A3. Windows color (decimal): -12596253 or 14928703. OLE color: 14928703.

HSL color Cylindrical-coordinate representation of color #3FCBE3: hue angle of 188.78º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCBE3 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB63203227-
CMYK0.720.1100.11
HSL188.78º74.55%56.86%-
HSV(B)188.78º72.25%89.02%-
XYZ37.2749.3180.23-
YUV163.88163.6256.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.78%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=12.78%
G=41.18%
B=46.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal632032270.720.1100.11188.7874.5556.86
Hex3FCBE348B0Bbd4b39
Octal773133431101301327511371
Binary11111111001011111000111001000101101011101111011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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