#4cf1bf

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

Shades of Turquoise #4CF1BF

Tints of Turquoise #4CF1BF

Color information

#4CF1BF (or 0x4CF1BF) is unknown color: approx Turquoise. HEX triplet: 4C, F1 and BF. RGB value is (76,241,191). Sum of RGB (Red+Green+Blue) = 76+241+191=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF1BF is #B30E40. Grayscale: #BABABA. Windows color (decimal): -11734593 or 12579148. OLE color: 12579148.

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

Color convert

RGB76241191-
CMYK0.6800.210.05
HSL161.82º85.49%62.16%-
HSV(B)161.82º68.46%94.51%-
XYZ43.8468.2160.15-
YUV185.96130.8449.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.96%
GREEN value IS 241 (94.53% from 255) = 47.44%
BLUE value IS 191 (75% from 255) = 37.60%
R=14.96%
G=47.44%
B=37.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762411910.6800.210.05161.8285.4962.16
Hex4CF1BF440155a2553e
Octal114361277104025524212576
Binary100110011110001101111111000100010101101101000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cf1bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cf1bf; }

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

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

<style>
 a { background-color: #4cf1bf; }

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

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

<style>
 span { border-color: #4cf1bf; }

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

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