#1CE9C3

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

Shades of Bright Turquoise #1CE9C3

Tints of Bright Turquoise #1CE9C3

Color information

#1CE9C3 (or 0x1CE9C3) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E9 and C3. RGB value is (28,233,195). Sum of RGB (Red+Green+Blue) = 28+233+195=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9C3 is #E3163C. Grayscale: #A7A7A7. Windows color (decimal): -14882365 or 12839196. OLE color: 12839196.

HSL color Cylindrical-coordinate representation of color #1CE9C3: hue angle of 168.88º 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 #1CE9C3 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB28233195-
CMYK0.8800.160.09
HSL168.88º82.33%51.18%-
HSV(B)168.88º87.98%91.37%-
XYZ39.4762.4661.61-
YUV167.37143.5828.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.14%
GREEN value IS 233 (91.41% from 255) = 51.10%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=6.14%
G=51.10%
B=42.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal282331950.8800.160.09168.8882.3351.18
Hex1CE9C3580109a95233
Octal343513031300201125112263
Binary11100111010011100001110110000100001001101010011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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