#4CFEBA

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

Shades of Turquoise #4CFEBA

Tints of Turquoise #4CFEBA

Color information

#4CFEBA (or 0x4CFEBA) is unknown color: approx Turquoise. HEX triplet: 4C, FE and BA. RGB value is (76,254,186). Sum of RGB (Red+Green+Blue) = 76+254+186=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEBA is #B30145. Grayscale: #C1C1C1. Windows color (decimal): -11731270 or 12254796. OLE color: 12254796.

HSL color Cylindrical-coordinate representation of color #4CFEBA: hue angle of 157.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEBA is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB76254186-
CMYK0.7000.270.00
HSL157.08º98.89%64.71%-
HSV(B)157.08º70.08%99.61%-
XYZ47.2975.9758.62-
YUV193.03124.0344.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.73%
GREEN value IS 254 (99.61% from 255) = 49.22%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=14.73%
G=49.22%
B=36.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762541860.7000.270.00157.0898.8964.71
Hex4CFEBA4601B09d6341
Octal1143762721060330235143101
Binary10011001111111010111010100011001101101001110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,254,186); }

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

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

 a { background-color: rgb(76,254,186); }

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

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

 span { border-color: rgb(76,254,186); }

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