Html Css Color HEX #1CCEDC Dark Turquoise

📋 copy color: '#1CCEDC'

red 28 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #1CCEDC

Tints of Dark Turquoise #1CCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 6.17%
G = 45.37%
B = 48.46%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CCEDC (or 0x1CCEDC) is known color: Dark Turquoise. HEX triplet: 1C, CE and DC. RGB value is (28,206,220). Sum of RGB (Red+Green+Blue) = 28+206+220=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCEDC is #E33123. Grayscale: #9A9A9A. Windows color (decimal): -14889252 or 14470684. OLE color: 14470684.

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

Color convert

RGB 28 206 220 -
CMYK 0.87 0.06 0 0.14
HSL 184.38º 0.77% 0.49% -
HSV(B) 184.38º 0.87% 0.86% -
XYZ 35.47 49.56 75.41 -
YUV 154.37 165.03 37.86 -
System Red Green Blue C M Y K H S L
Decimal 28 206 220 0.87 0.06 0 0.14 184.38 0.77 0.49
Hex 1C CE DC 57 6 0 E B8 4D 31
Octal 34 316 334 127 6 0 16 270 115 61
Binary 11100 11001110 11011100 1010111 110 0 1110 10111000 1001101 110001

Color Harmonies of #1CCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEDC

Black with #1CCEDC

Text Example


Text Example

White with #1CCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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