#1CE9C8

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

Shades of Bright Turquoise #1CE9C8

Tints of Bright Turquoise #1CE9C8

Color information

#1CE9C8 (or 0x1CE9C8) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E9 and C8. RGB value is (28,233,200). Sum of RGB (Red+Green+Blue) = 28+233+200=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9C8 is #E31637. Grayscale: #A7A7A7. Windows color (decimal): -14882360 or 13166876. OLE color: 13166876.

HSL color Cylindrical-coordinate representation of color #1CE9C8: hue angle of 170.34º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9C8 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB28233200-
CMYK0.8800.140.09
HSL170.34º82.33%51.18%-
HSV(B)170.34º87.98%91.37%-
XYZ40.0462.6964.63-
YUV167.94146.0828.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.07%
GREEN value IS 233 (91.41% from 255) = 50.54%
BLUE value IS 200 (78.52% from 255) = 43.38%
R=6.07%
G=50.54%
B=43.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal282332000.8800.140.09170.3482.3351.18
Hex1CE9C8580E9aa5233
Octal343513101300161125212263
Binary1110011101001110010001011000011101001101010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CE9C8; }

 p { color: rgb(28,233,200); }

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

<style>
 a { background-color: #1CE9C8; }

 a { background-color: rgb(28,233,200); }

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

<style>
 span { border-color: #1CE9C8; }

 span { border-color: rgb(28,233,200); }

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