#1CEFE7

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

Shades of Bright Turquoise #1CEFE7

Tints of Bright Turquoise #1CEFE7

Color information

#1CEFE7 (or 0x1CEFE7) is unknown color: approx Bright Turquoise. HEX triplet: 1C, EF and E7. RGB value is (28,239,231). Sum of RGB (Red+Green+Blue) = 28+239+231=498 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.62% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEFE7 is #E31018. Grayscale: #AEAEAE. Windows color (decimal): -14880793 or 15200028. OLE color: 15200028.

HSL color Cylindrical-coordinate representation of color #1CEFE7: hue angle of 177.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEFE7 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB28239231-
CMYK0.8800.030.06
HSL177.73º86.83%52.35%-
HSV(B)177.73º88.28%93.73%-
XYZ45.7767.7586.27-
YUV175159.623.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.62%
GREEN value IS 239 (93.75% from 255) = 47.99%
BLUE value IS 231 (90.62% from 255) = 46.39%
R=5.62%
G=47.99%
B=46.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal282392310.8800.030.06177.7386.8352.35
Hex1CEFE758036b25734
Octal3435734713003626212764
Binary1110011101111111001111011000011110101100101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,239,231); }

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

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

 a { background-color: rgb(28,239,231); }

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

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

 span { border-color: rgb(28,239,231); }

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