#1CE4BF

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

Shades of Bright Turquoise #1CE4BF

Tints of Bright Turquoise #1CE4BF

Color information

#1CE4BF (or 0x1CE4BF) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E4 and BF. RGB value is (28,228,191). Sum of RGB (Red+Green+Blue) = 28+228+191=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE4BF is #E31B40. Grayscale: #A3A3A3. Windows color (decimal): -14883649 or 12575772. OLE color: 12575772.

HSL color Cylindrical-coordinate representation of color #1CE4BF: hue angle of 168.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE4BF is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB28228191-
CMYK0.8800.160.11
HSL168.9º78.74%50.2%-
HSV(B)168.9º87.72%89.41%-
XYZ37.6359.558.79-
YUV163.98143.2431.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.26%
GREEN value IS 228 (89.45% from 255) = 51.01%
BLUE value IS 191 (75% from 255) = 42.73%
R=6.26%
G=51.01%
B=42.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal282281910.8800.160.11168.978.7450.2
Hex1CE4BF58010Ba94f32
Octal343442771300201325111762
Binary11100111001001011111110110000100001011101010011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,228,191); }

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

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

 a { background-color: rgb(28,228,191); }

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

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

 span { border-color: rgb(28,228,191); }

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