#1CDCDF

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

Shades of Bright Turquoise #1CDCDF

Tints of Bright Turquoise #1CDCDF

Color information

#1CDCDF (or 0x1CDCDF) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DC and DF. RGB value is (28,220,223). Sum of RGB (Red+Green+Blue) = 28+220+223=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCDF is #E32320. Grayscale: #A2A2A2. Windows color (decimal): -14885665 or 14670876. OLE color: 14670876.

HSL color Cylindrical-coordinate representation of color #1CDCDF: hue angle of 180.92º 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 #1CDCDF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28220223-
CMYK0.870.0100.13
HSL180.92º77.69%49.22%-
HSV(B)180.92º87.44%87.45%-
XYZ39.3956.7678.69-
YUV162.93161.8931.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.94%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=5.94%
G=46.71%
B=47.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282202230.870.0100.13180.9277.6949.22
Hex1CDCDF5710Db54e31
Octal34334337127101526511661
Binary1110011011100110111111010111101101101101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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