#1CDCCE

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

Shades of Bright Turquoise #1CDCCE

Tints of Bright Turquoise #1CDCCE

Color information

#1CDCCE (or 0x1CDCCE) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DC and CE. RGB value is (28,220,206). Sum of RGB (Red+Green+Blue) = 28+220+206=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCCE is #E32331. Grayscale: #A0A0A0. Windows color (decimal): -14885682 or 13556764. OLE color: 13556764.

HSL color Cylindrical-coordinate representation of color #1CDCCE: hue angle of 175.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDCCE is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB28220206-
CMYK0.8700.060.14
HSL175.62º77.42%48.63%-
HSV(B)175.62º87.27%86.27%-
XYZ37.2155.8967.22-
YUV161153.3933.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.17%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=6.17%
G=48.46%
B=45.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal282202060.8700.060.14175.6277.4248.63
Hex1CDCCE5706Eb04d31
Octal34334316127061626011561
Binary111001101110011001110101011101101110101100001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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