#3CF1BF

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

Shades of Turquoise #3CF1BF

Tints of Turquoise #3CF1BF

Color information

#3CF1BF (or 0x3CF1BF) is unknown color: approx Turquoise. HEX triplet: 3C, F1 and BF. RGB value is (60,241,191). Sum of RGB (Red+Green+Blue) = 60+241+191=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1BF is #C30E40. Grayscale: #B5B5B5. Windows color (decimal): -12783169 or 12579132. OLE color: 12579132.

HSL color Cylindrical-coordinate representation of color #3CF1BF: hue angle of 163.43º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1BF is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB60241191-
CMYK0.7500.210.05
HSL163.43º86.6%59.02%-
HSV(B)163.43º75.1%94.51%-
XYZ42.7267.6360.09-
YUV181.18133.5341.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.20%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 191 (75% from 255) = 38.82%
R=12.20%
G=48.98%
B=38.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602411910.7500.210.05163.4386.659.02
Hex3CF1BF4B0155a3573b
Octal74361277113025524312773
Binary11110011110001101111111001011010101101101000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,241,191); }

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

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

 a { background-color: rgb(60,241,191); }

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

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

 span { border-color: rgb(60,241,191); }

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