Html Css Color HEX #1CCDDC Dark Turquoise

📋 copy color: '#1CCDDC'

red 28 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #1CCDDC

Tints of Dark Turquoise #1CCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

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

R = 6.18%
G = 45.25%
B = 48.57%

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

#1CCDDC (or 0x1CCDDC) is known color: Dark Turquoise. HEX triplet: 1C, CD and DC. RGB value is (28,205,220). Sum of RGB (Red+Green+Blue) = 28+205+220=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDDC is #E33223. Grayscale: #999999. Windows color (decimal): -14889508 or 14470428. OLE color: 14470428.

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

Color convert

RGB 28 205 220 -
CMYK 0.87 0.07 0 0.14
HSL 184.69º 0.77% 0.49% -
HSV(B) 184.69º 0.87% 0.86% -
XYZ 35.23 49.08 75.33 -
YUV 153.79 165.36 38.28 -
System Red Green Blue C M Y K H S L
Decimal 28 205 220 0.87 0.07 0 0.14 184.69 0.77 0.49
Hex 1C CD DC 57 7 0 E B9 4D 31
Octal 34 315 334 127 7 0 16 271 115 61
Binary 11100 11001101 11011100 1010111 111 0 1110 10111001 1001101 110001

Color Harmonies of #1CCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDDC

Black with #1CCDDC

Text Example


Text Example

White with #1CCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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