#2CE5BD

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

Shades of Turquoise #2CE5BD

Tints of Turquoise #2CE5BD

Color information

#2CE5BD (or 0x2CE5BD) is unknown color: approx Turquoise. HEX triplet: 2C, E5 and BD. RGB value is (44,229,189). Sum of RGB (Red+Green+Blue) = 44+229+189=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5BD is #D31A42. Grayscale: #A9A9A9. Windows color (decimal): -13834819 or 12444972. OLE color: 12444972.

HSL color Cylindrical-coordinate representation of color #2CE5BD: hue angle of 167.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5BD is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB44229189-
CMYK0.8100.170.10
HSL167.03º78.06%53.53%-
HSV(B)167.03º80.79%89.8%-
XYZ38.2460.2557.76-
YUV169.12139.2138.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.52%
GREEN value IS 229 (89.84% from 255) = 49.57%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=9.52%
G=49.57%
B=40.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal442291890.8100.170.10167.0378.0653.53
Hex2CE5BD51011Aa74e36
Octal543452751210211224711666
Binary101100111001011011110110100010100011010101001111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,229,189); }

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

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

 a { background-color: rgb(44,229,189); }

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

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

 span { border-color: rgb(44,229,189); }

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