#1CEBC4

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

Shades of Bright Turquoise #1CEBC4

Tints of Bright Turquoise #1CEBC4

Color information

#1CEBC4 (or 0x1CEBC4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, EB and C4. RGB value is (28,235,196). Sum of RGB (Red+Green+Blue) = 28+235+196=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC4 is #E3143B. Grayscale: #A8A8A8. Windows color (decimal): -14881852 or 12905244. OLE color: 12905244.

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

Color convert

RGB28235196-
CMYK0.8800.170.08
HSL168.7º83.81%51.57%-
HSV(B)168.7º88.09%92.16%-
XYZ40.1563.6562.39-
YUV168.66143.4227.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.10%
GREEN value IS 235 (92.19% from 255) = 51.20%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=6.10%
G=51.20%
B=42.70%

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
Decimal282351960.8800.170.08168.783.8151.57
Hex1CEBC4580118a95434
Octal343533041300211025112464
Binary11100111010111100010010110000100011000101010011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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