#1CF9EC

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

Shades of Bright Turquoise #1CF9EC

Tints of Bright Turquoise #1CF9EC

Color information

#1CF9EC (or 0x1CF9EC) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F9 and EC. RGB value is (28,249,236). Sum of RGB (Red+Green+Blue) = 28+249+236=513 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.46% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9EC is #E30613. Grayscale: #B5B5B5. Windows color (decimal): -14878228 or 15530268. OLE color: 15530268.

HSL color Cylindrical-coordinate representation of color #1CF9EC: hue angle of 176.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF9EC is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB28249236-
CMYK0.8900.050.02
HSL176.47º94.85%54.31%-
HSV(B)176.47º88.76%97.65%-
XYZ49.4974.0591.04-
YUV181.44158.7818.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.46%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=5.46%
G=48.54%
B=46.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal282492360.8900.050.02176.4794.8554.31
Hex1CF9EC59052b05f36
Octal3437135413105226013766
Binary1110011111001111011001011001010110101100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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