#1CFFE0

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

Shades of Bright Turquoise #1CFFE0

Tints of Bright Turquoise #1CFFE0

Color information

#1CFFE0 (or 0x1CFFE0) is unknown color: approx Bright Turquoise. HEX triplet: 1C, FF and E0. RGB value is (28,255,224). Sum of RGB (Red+Green+Blue) = 28+255+224=507 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.52% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFE0 is #E3001F. Grayscale: #B7B7B7. Windows color (decimal): -14876704 or 14745372. OLE color: 14745372.

HSL color Cylindrical-coordinate representation of color #1CFFE0: hue angle of 171.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFE0 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB28255224-
CMYK0.8900.120
HSL171.81º100%55.49%-
HSV(B)171.81º89.02%100%-
XYZ49.6977.1582.79-
YUV183.59150.7917.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.52%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=5.52%
G=50.30%
B=44.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal282552240.8900.120171.8110055.49
Hex1CFFE0590C0ac6437
Octal34377340131014025414467
Binary1110011111111111000001011001011000101011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,255,224); }

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

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

 a { background-color: rgb(28,255,224); }

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

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

 span { border-color: rgb(28,255,224); }

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