Html Css Color HEX #1CCCDC Dark Turquoise

📋 copy color: '#1CCCDC'

red 28 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #1CCCDC

Tints of Dark Turquoise #1CCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 6.19%
G = 45.13%
B = 48.67%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CCCDC (or 0x1CCCDC) is known color: Dark Turquoise. HEX triplet: 1C, CC and DC. RGB value is (28,204,220). Sum of RGB (Red+Green+Blue) = 28+204+220=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCDC is #E33323. Grayscale: #989898. Windows color (decimal): -14889764 or 14470172. OLE color: 14470172.

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

Color convert

RGB 28 204 220 -
CMYK 0.87 0.07 0 0.14
HSL 185º 0.77% 0.49% -
HSV(B) 185º 0.87% 0.86% -
XYZ 34.99 48.6 75.25 -
YUV 153.2 165.69 38.7 -
System Red Green Blue C M Y K H S L
Decimal 28 204 220 0.87 0.07 0 0.14 185 0.77 0.49
Hex 1C CC DC 57 7 0 E B9 4D 31
Octal 34 314 334 127 7 0 16 271 115 61
Binary 11100 11001100 11011100 1010111 111 0 1110 10111001 1001101 110001

Color Harmonies of #1CCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCDC

Black with #1CCCDC

Text Example


Text Example

White with #1CCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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