#2ceaef

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

Shades of Turquoise #2CEAEF

Tints of Turquoise #2CEAEF

Color information

#2CEAEF (or 0x2CEAEF) is unknown color: approx Turquoise. HEX triplet: 2C, EA and EF. RGB value is (44,234,239). Sum of RGB (Red+Green+Blue) = 44+234+239=517 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.51% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CEAEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEAEF is #D31510. Grayscale: #B1B1B1. Windows color (decimal): -13833489 or 15723052. OLE color: 15723052.

HSL color Cylindrical-coordinate representation of color #2CEAEF: hue angle of 181.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEAEF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB44234239-
CMYK0.820.0200.06
HSL181.54º85.9%55.49%-
HSV(B)181.54º81.59%93.73%-
XYZ46.0465.6191.9-
YUV177.76162.5532.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.51%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=8.51%
G=45.26%
B=46.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442342390.820.0200.06181.5485.955.49
Hex2CEAEF52206b65637
Octal5435235712220626612667
Binary10110011101010111011111010010100110101101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ceaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ceaef; }

 p { color: rgb(44,234,239); }

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

<style>
 a { background-color: #2ceaef; }

 a { background-color: rgb(44,234,239); }

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

<style>
 span { border-color: #2ceaef; }

 span { border-color: rgb(44,234,239); }

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