#1CEBE2

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

Shades of Bright Turquoise #1CEBE2

Tints of Bright Turquoise #1CEBE2

Color information

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

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

Color convert

RGB28235226-
CMYK0.8800.040.08
HSL177.39º83.81%51.57%-
HSV(B)177.39º88.09%92.16%-
XYZ43.9165.1582.21-
YUV172.08158.4225.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal282352260.8800.040.08177.3983.8151.57
Hex1CEBE258048b15434
Octal34353342130041026112464
Binary111001110101111100010101100001001000101100011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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