Html Css Color HEX #1CCCDD Dark Turquoise

📋 copy color: '#1CCCDD'

red 28 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #1CCCDD

Tints of Dark Turquoise #1CCCDD

RGB

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

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

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

R = 6.18%
G = 45.03%
B = 48.79%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CCCDD (or 0x1CCCDD) is known color: Dark Turquoise. HEX triplet: 1C, CC and DD. RGB value is (28,204,221). Sum of RGB (Red+Green+Blue) = 28+204+221=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCDD is #E33322. Grayscale: #999999. Windows color (decimal): -14889763 or 14535708. OLE color: 14535708.

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

Color convert

RGB 28 204 221 -
CMYK 0.87 0.08 0 0.13
HSL 185.29º 0.78% 0.49% -
HSV(B) 185.29º 0.87% 0.87% -
XYZ 35.12 48.65 75.95 -
YUV 153.31 166.19 38.62 -
System Red Green Blue C M Y K H S L
Decimal 28 204 221 0.87 0.08 0 0.13 185.29 0.78 0.49
Hex 1C CC DD 57 8 0 D B9 4E 31
Octal 34 314 335 127 10 0 15 271 116 61
Binary 11100 11001100 11011101 1010111 1000 0 1101 10111001 1001110 110001

Color Harmonies of #1CCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCDD

Black with #1CCCDD

Text Example


Text Example

White with #1CCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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