#1CEBC3

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

Shades of Bright Turquoise #1CEBC3

Tints of Bright Turquoise #1CEBC3

Color information

#1CEBC3 (or 0x1CEBC3) is unknown color: approx Bright Turquoise. HEX triplet: 1C, EB and C3. RGB value is (28,235,195). Sum of RGB (Red+Green+Blue) = 28+235+195=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC3 is #E3143C. Grayscale: #A8A8A8. Windows color (decimal): -14881853 or 12839708. OLE color: 12839708.

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

Color convert

RGB28235195-
CMYK0.8800.170.08
HSL168.41º83.81%51.57%-
HSV(B)168.41º88.09%92.16%-
XYZ40.0463.661.8-
YUV168.55142.9227.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.11%
GREEN value IS 235 (92.19% from 255) = 51.31%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=6.11%
G=51.31%
B=42.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal282351950.8800.170.08168.4183.8151.57
Hex1CEBC3580118a85434
Octal343533031300211025012464
Binary11100111010111100001110110000100011000101010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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