#1CDFC4

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

Shades of Bright Turquoise #1CDFC4

Tints of Bright Turquoise #1CDFC4

Color information

#1CDFC4 (or 0x1CDFC4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DF and C4. RGB value is (28,223,196). Sum of RGB (Red+Green+Blue) = 28+223+196=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFC4 is #E3203B. Grayscale: #A1A1A1. Windows color (decimal): -14884924 or 12902172. OLE color: 12902172.

HSL color Cylindrical-coordinate representation of color #1CDFC4: hue angle of 171.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDFC4 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB28223196-
CMYK0.8700.120.13
HSL171.69º77.69%49.22%-
HSV(B)171.69º87.44%87.45%-
XYZ36.8357.0161.29-
YUV161.62147.432.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.26%
GREEN value IS 223 (87.5% from 255) = 49.89%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=6.26%
G=49.89%
B=43.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282231960.8700.120.13171.6977.6949.22
Hex1CDFC4570CDac4e31
Octal343373041270141525411661
Binary1110011011111110001001010111011001101101011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,223,196); }

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

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

 a { background-color: rgb(28,223,196); }

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

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

 span { border-color: rgb(28,223,196); }

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