#2CE2C8

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

Shades of Turquoise #2CE2C8

Tints of Turquoise #2CE2C8

Color information

#2CE2C8 (or 0x2CE2C8) is unknown color: approx Turquoise. HEX triplet: 2C, E2 and C8. RGB value is (44,226,200). Sum of RGB (Red+Green+Blue) = 44+226+200=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE2C8 is #D31D37. Grayscale: #A8A8A8. Windows color (decimal): -13835576 or 13165100. OLE color: 13165100.

HSL color Cylindrical-coordinate representation of color #2CE2C8: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE2C8 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB44226200-
CMYK0.8100.120.11
HSL171.43º75.83%52.94%-
HSV(B)171.43º80.53%88.63%-
XYZ38.6659.164.01-
YUV168.62145.739.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.36%
GREEN value IS 226 (88.67% from 255) = 48.09%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=9.36%
G=48.09%
B=42.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442262000.8100.120.11171.4375.8352.94
Hex2CE2C8510CBab4c35
Octal543423101210141325311465
Binary10110011100010110010001010001011001011101010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,226,200); }

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

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

 a { background-color: rgb(44,226,200); }

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

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

 span { border-color: rgb(44,226,200); }

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