#1CE6E4

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

Shades of Bright Turquoise #1CE6E4

Tints of Bright Turquoise #1CE6E4

Color information

#1CE6E4 (or 0x1CE6E4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E6 and E4. RGB value is (28,230,228). Sum of RGB (Red+Green+Blue) = 28+230+228=486 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.76% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6E4 is #E3191B. Grayscale: #A9A9A9. Windows color (decimal): -14883100 or 15001116. OLE color: 15001116.

HSL color Cylindrical-coordinate representation of color #1CE6E4: hue angle of 179.41º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6E4 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB28230228-
CMYK0.8800.010.10
HSL179.41º80.16%50.59%-
HSV(B)179.41º87.83%90.2%-
XYZ42.7862.4483.2-
YUV169.37161.0827.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.76%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 228 (89.45% from 255) = 46.91%
R=5.76%
G=47.33%
B=46.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal282302280.8800.010.10179.4180.1650.59
Hex1CE6E45801Ab35033
Octal34346344130011226312063
Binary1110011100110111001001011000011010101100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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