#1CD0DD

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

Shades of Dark Turquoise #1CD0DD

Tints of Dark Turquoise #1CD0DD

Color information

#1CD0DD (or 0x1CD0DD) is unknown color: approx Dark Turquoise. HEX triplet: 1C, D0 and DD. RGB value is (28,208,221). Sum of RGB (Red+Green+Blue) = 28+208+221=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CD0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD0DD is #E32F22. Grayscale: #9B9B9B. Windows color (decimal): -14888739 or 14536732. OLE color: 14536732.

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

Color convert

RGB28208221-
CMYK0.870.0600.13
HSL184.04º77.51%48.82%-
HSV(B)184.04º87.33%86.67%-
XYZ36.0950.5876.27-
YUV155.66164.8736.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.13%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=6.13%
G=45.51%
B=48.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282082210.870.0600.13184.0477.5148.82
Hex1CD0DD5760Db84e31
Octal34320335127601527011661
Binary111001101000011011101101011111001101101110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,208,221); }

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

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

 a { background-color: rgb(28,208,221); }

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

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

 span { border-color: rgb(28,208,221); }

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