#1CE2EB

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

Shades of Bright Turquoise #1CE2EB

Tints of Bright Turquoise #1CE2EB

Color information

#1CE2EB (or 0x1CE2EB) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E2 and EB. RGB value is (28,226,235). Sum of RGB (Red+Green+Blue) = 28+226+235=489 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.73% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE2EB is #E31D14. Grayscale: #A7A7A7. Windows color (decimal): -14884117 or 15458844. OLE color: 15458844.

HSL color Cylindrical-coordinate representation of color #1CE2EB: hue angle of 182.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE2EB is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28226235-
CMYK0.880.0400.08
HSL182.61º83.81%51.57%-
HSV(B)182.61º88.09%92.16%-
XYZ42.6760.6488.05-
YUV167.82165.928.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.73%
GREEN value IS 226 (88.67% from 255) = 46.22%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=5.73%
G=46.22%
B=48.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal282262350.880.0400.08182.6183.8151.57
Hex1CE2EB58408b75434
Octal34342353130401026712464
Binary111001110001011101011101100010001000101101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,226,235); }

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

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

 a { background-color: rgb(28,226,235); }

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

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

 span { border-color: rgb(28,226,235); }

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