#3fcbce

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

Shades of Medium Turquoise #3FCBCE

Tints of Medium Turquoise #3FCBCE

Color information

#3FCBCE (or 0x3FCBCE) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CB and CE. RGB value is (63,203,206). Sum of RGB (Red+Green+Blue) = 63+203+206=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBCE is #C03431. Grayscale: #A1A1A1. Windows color (decimal): -12596274 or 13552447. OLE color: 13552447.

HSL color Cylindrical-coordinate representation of color #3FCBCE: hue angle of 181.26º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBCE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB63203206-
CMYK0.690.0100.19
HSL181.26º59.34%52.75%-
HSV(B)181.26º69.42%80.78%-
XYZ34.5548.2265.88-
YUV161.48153.1257.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.35%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=13.35%
G=43.01%
B=43.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal632032060.690.0100.19181.2659.3452.75
Hex3FCBCE451013b53b35
Octal7731331610510232657365
Binary11111111001011110011101000101101001110110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fcbce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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