#2CE7CD

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

Shades of Turquoise #2CE7CD

Tints of Turquoise #2CE7CD

Color information

#2CE7CD (or 0x2CE7CD) is unknown color: approx Turquoise. HEX triplet: 2C, E7 and CD. RGB value is (44,231,205). Sum of RGB (Red+Green+Blue) = 44+231+205=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE7CD is #D31832. Grayscale: #ACACAC. Windows color (decimal): -13834291 or 13494060. OLE color: 13494060.

HSL color Cylindrical-coordinate representation of color #2CE7CD: hue angle of 171.66º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE7CD is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB44231205-
CMYK0.8100.110.09
HSL171.66º79.57%53.92%-
HSV(B)171.66º80.95%90.59%-
XYZ40.6362.167.6-
YUV172.12146.5536.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.17%
GREEN value IS 231 (90.62% from 255) = 48.12%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=9.17%
G=48.12%
B=42.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal442312050.8100.110.09171.6679.5753.92
Hex2CE7CD510B9ac5036
Octal543473151210131125412066
Binary10110011100111110011011010001010111001101011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,231,205); }

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

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

 a { background-color: rgb(44,231,205); }

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

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

 span { border-color: rgb(44,231,205); }

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