#1CEBEC

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

Shades of Bright Turquoise #1CEBEC

Tints of Bright Turquoise #1CEBEC

Color information

#1CEBEC (or 0x1CEBEC) is unknown color: approx Bright Turquoise. HEX triplet: 1C, EB and EC. RGB value is (28,235,236). Sum of RGB (Red+Green+Blue) = 28+235+236=499 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.61% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEBEC is #E31413. Grayscale: #ADADAD. Windows color (decimal): -14881812 or 15526684. OLE color: 15526684.

HSL color Cylindrical-coordinate representation of color #1CEBEC: hue angle of 180.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEBEC is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB28235236-
CMYK0.880.0000.07
HSL180.29º84.55%51.76%-
HSV(B)180.29º88.14%92.55%-
XYZ45.3365.7289.65-
YUV173.22163.4224.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.61%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=5.61%
G=47.09%
B=47.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal282352360.880.0000.07180.2984.5551.76
Hex1CEBEC58007b45534
Octal3435335413000726412564
Binary111001110101111101100101100000111101101001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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