#3FC3CE

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

Shades of Medium Turquoise #3FC3CE

Tints of Medium Turquoise #3FC3CE

Color information

#3FC3CE (or 0x3FC3CE) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C3 and CE. RGB value is (63,195,206). Sum of RGB (Red+Green+Blue) = 63+195+206=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FC3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC3CE is #C03C31. Grayscale: #9C9C9C. Windows color (decimal): -12598322 or 13550399. OLE color: 13550399.

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

Color convert

RGB63195206-
CMYK0.690.0500.19
HSL184.62º59.34%52.75%-
HSV(B)184.62º69.42%80.78%-
XYZ32.7144.5465.27-
YUV156.79155.7761.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.58%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=13.58%
G=42.03%
B=44.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631952060.690.0500.19184.6259.3452.75
Hex3FC3CE455013b93b35
Octal7730331610550232717365
Binary1111111100001111001110100010110101001110111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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