#4CEBEF

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

Shades of Turquoise #4CEBEF

Tints of Turquoise #4CEBEF

Color information

#4CEBEF (or 0x4CEBEF) is unknown color: approx Turquoise. HEX triplet: 4C, EB and EF. RGB value is (76,235,239). Sum of RGB (Red+Green+Blue) = 76+235+239=550 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.82% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEBEF is #B31410. Grayscale: #BBBBBB. Windows color (decimal): -11736081 or 15723340. OLE color: 15723340.

HSL color Cylindrical-coordinate representation of color #4CEBEF: hue angle of 181.47º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEBEF is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76235239-
CMYK0.680.0200.06
HSL181.47º83.59%61.76%-
HSV(B)181.47º68.2%93.73%-
XYZ48.2767.1992.09-
YUV187.92156.8248.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.82%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=13.82%
G=42.73%
B=43.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762352390.680.0200.06181.4783.5961.76
Hex4CEBEF44206b5543e
Octal11435335710420626512476
Binary100110011101011111011111000100100110101101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,235,239); }

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

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

 a { background-color: rgb(76,235,239); }

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

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

 span { border-color: rgb(76,235,239); }

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