Html Css Color HEX #1ACCDC Dark Turquoise

📋 copy color: '#1ACCDC'

red 26 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #1ACCDC

Tints of Dark Turquoise #1ACCDC

RGB

 RED value IS 26 (10.55% from 255) = 5.78%

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

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

R = 5.78%
G = 45.33%
B = 48.89%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ACCDC (or 0x1ACCDC) is known color: Dark Turquoise. HEX triplet: 1A, CC and DC. RGB value is (26,204,220). Sum of RGB (Red+Green+Blue) = 26+204+220=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ACCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDC is #E53323. Grayscale: #989898. Windows color (decimal): -15020836 or 14470170. OLE color: 14470170.

HSL color Cylindrical-coordinate representation of color #1ACCDC: hue angle of 184.95º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACCDC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 204 220 -
CMYK 0.88 0.07 0 0.14
HSL 184.95º 0.79% 0.48% -
HSV(B) 184.95º 0.88% 0.86% -
XYZ 34.94 48.57 75.24 -
YUV 152.6 166.03 37.7 -
System Red Green Blue C M Y K H S L
Decimal 26 204 220 0.88 0.07 0 0.14 184.95 0.79 0.48
Hex 1A CC DC 58 7 0 E B9 4F 30
Octal 32 314 334 130 7 0 16 271 117 60
Binary 11010 11001100 11011100 1011000 111 0 1110 10111001 1001111 110000

Color Harmonies of #1ACCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCDC

Black with #1ACCDC

Text Example


Text Example

White with #1ACCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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