#1CFADD

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

Shades of Bright Turquoise #1CFADD

Tints of Bright Turquoise #1CFADD

Color information

#1CFADD (or 0x1CFADD) is unknown color: approx Bright Turquoise. HEX triplet: 1C, FA and DD. RGB value is (28,250,221). Sum of RGB (Red+Green+Blue) = 28+250+221=499 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.61% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFADD is #E30522. Grayscale: #B4B4B4. Windows color (decimal): -14877987 or 14547484. OLE color: 14547484.

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

Color convert

RGB28250221-
CMYK0.8900.120.02
HSL172.16º95.69%54.51%-
HSV(B)172.16º88.8%98.04%-
XYZ47.7273.8480.14-
YUV180.32150.9519.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.61%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=5.61%
G=50.10%
B=44.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal282502210.8900.120.02172.1695.6954.51
Hex1CFADD590C2ac6037
Octal34372335131014225414067
Binary11100111110101101110110110010110010101011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,250,221); }

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

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

 a { background-color: rgb(28,250,221); }

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

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

 span { border-color: rgb(28,250,221); }

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