#1cf2cb

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

Shades of Bright Turquoise #1CF2CB

Tints of Bright Turquoise #1CF2CB

Color information

#1CF2CB (or 0x1CF2CB) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F2 and CB. RGB value is (28,242,203). Sum of RGB (Red+Green+Blue) = 28+242+203=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF2CB is #E30D34. Grayscale: #ADADAD. Windows color (decimal): -14880053 or 13365788. OLE color: 13365788.

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

Color convert

RGB28242203-
CMYK0.8800.160.05
HSL169.07º89.17%52.94%-
HSV(B)169.07º88.43%94.9%-
XYZ43.0168.0667.37-
YUV173.57144.624.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.92%
GREEN value IS 242 (94.92% from 255) = 51.16%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=5.92%
G=51.16%
B=42.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal282422030.8800.160.05169.0789.1752.94
Hex1CF2CB580105a95935
Octal34362313130020525113165
Binary1110011110010110010111011000010000101101010011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cf2cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,242,203); }

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

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

 a { background-color: rgb(28,242,203); }

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

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

 span { border-color: rgb(28,242,203); }

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