#1CCBD1

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

Shades of Dark Turquoise #1CCBD1

Tints of Dark Turquoise #1CCBD1

Color information

#1CCBD1 (or 0x1CCBD1) is unknown color: approx Dark Turquoise. HEX triplet: 1C, CB and D1. RGB value is (28,203,209). Sum of RGB (Red+Green+Blue) = 28+203+209=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #1CCBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBD1 is #E3342E. Grayscale: #979797. Windows color (decimal): -14890031 or 13749020. OLE color: 13749020.

HSL color Cylindrical-coordinate representation of color #1CCBD1: hue angle of 181.99º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCBD1 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB28203209-
CMYK0.870.0300.18
HSL181.99º76.37%46.47%-
HSV(B)181.99º86.6%81.96%-
XYZ33.3447.5667.74-
YUV151.36160.5240.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.36%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 209 (82.03% from 255) = 47.5%
R=6.36%
G=46.14%
B=47.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal282032090.870.0300.18181.9976.3746.47
Hex1CCBD1573012b64c2e
Octal34313321127302226611456
Binary111001100101111010001101011111010010101101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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