Html Css Color HEX #1CC8DD Dark Turquoise

📋 copy color: '#1CC8DD'

red 28 ◦ green 200 ◦ blue 221

#1CC8DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #1CC8DD

Tints of Dark Turquoise #1CC8DD

RGB

 RED value IS 28 (11.33% from 255) = 6.24%

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 6.24%
G = 44.54%
B = 49.22%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CC8DD (or 0x1CC8DD) is known color: Dark Turquoise. HEX triplet: 1C, C8 and DD. RGB value is (28,200,221). Sum of RGB (Red+Green+Blue) = 28+200+221=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC8DD is #E33722. Grayscale: #969696. Windows color (decimal): -14890787 or 14534684. OLE color: 14534684.

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

Color convert

RGB 28 200 221 -
CMYK 0.87 0.10 0 0.13
HSL 186.53º 0.78% 0.49% -
HSV(B) 186.53º 0.87% 0.87% -
XYZ 34.18 46.78 75.63 -
YUV 150.97 167.52 40.29 -
System Red Green Blue C M Y K H S L
Decimal 28 200 221 0.87 0.10 0 0.13 186.53 0.78 0.49
Hex 1C C8 DD 57 A 0 D BB 4E 31
Octal 34 310 335 127 12 0 15 273 116 61
Binary 11100 11001000 11011101 1010111 1010 0 1101 10111011 1001110 110001

Color Harmonies of #1CC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC8DD

Black with #1CC8DD

Text Example


Text Example

White with #1CC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CC8DD;
 }
 .AnyTagClassName
 {
   color: #1CC8DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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