#1cffcf

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

Shades of Bright Turquoise #1CFFCF

Tints of Bright Turquoise #1CFFCF

Color information

#1CFFCF (or 0x1CFFCF) is unknown color: approx Bright Turquoise. HEX triplet: 1C, FF and CF. RGB value is (28,255,207). Sum of RGB (Red+Green+Blue) = 28+255+207=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFCF is #E30030. Grayscale: #B5B5B5. Windows color (decimal): -14876721 or 13631260. OLE color: 13631260.

HSL color Cylindrical-coordinate representation of color #1CFFCF: hue angle of 167.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFCF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB28255207-
CMYK0.8900.190
HSL167.31º100%55.49%-
HSV(B)167.31º89.02%100%-
XYZ47.576.2771.25-
YUV181.66142.2918.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.71%
GREEN value IS 255 (100% from 255) = 52.04%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=5.71%
G=52.04%
B=42.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal282552070.8900.190167.3110055.49
Hex1CFFCF590130a76437
Octal34377317131023024714467
Binary11100111111111100111110110010100110101001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cffcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,255,207); }

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

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

 a { background-color: rgb(28,255,207); }

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

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

 span { border-color: rgb(28,255,207); }

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