#1CCBD9

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

Shades of Dark Turquoise #1CCBD9

Tints of Dark Turquoise #1CCBD9

Color information

#1CCBD9 (or 0x1CCBD9) is unknown color: approx Dark Turquoise. HEX triplet: 1C, CB and D9. RGB value is (28,203,217). Sum of RGB (Red+Green+Blue) = 28+203+217=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #1CCBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBD9 is #E33426. Grayscale: #989898. Windows color (decimal): -14890023 or 14273308. OLE color: 14273308.

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

Color convert

RGB28203217-
CMYK0.870.0600.15
HSL184.44º77.14%48.04%-
HSV(B)184.44º87.1%85.1%-
XYZ34.3647.9773.09-
YUV152.27164.5239.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.25%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=6.25%
G=45.31%
B=48.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282032170.870.0600.15184.4477.1448.04
Hex1CCBD95760Fb84d30
Octal34313331127601727011560
Binary111001100101111011001101011111001111101110001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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