Html Css Color HEX #1ACCDD Dark Turquoise

📋 copy color: '#1ACCDD'

red 26 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #1ACCDD

Tints of Dark Turquoise #1ACCDD

RGB

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

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

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

R = 5.76%
G = 45.23%
B = 49%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ACCDD (or 0x1ACCDD) is known color: Dark Turquoise. HEX triplet: 1A, CC and DD. RGB value is (26,204,221). Sum of RGB (Red+Green+Blue) = 26+204+221=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ACCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDD is #E53322. Grayscale: #989898. Windows color (decimal): -15020835 or 14535706. OLE color: 14535706.

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

Color convert

RGB 26 204 221 -
CMYK 0.88 0.08 0 0.13
HSL 185.23º 0.79% 0.48% -
HSV(B) 185.23º 0.88% 0.87% -
XYZ 35.07 48.63 75.94 -
YUV 152.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 26 204 221 0.88 0.08 0 0.13 185.23 0.79 0.48
Hex 1A CC DD 58 8 0 D B9 4F 30
Octal 32 314 335 130 10 0 15 271 117 60
Binary 11010 11001100 11011101 1011000 1000 0 1101 10111001 1001111 110000

Color Harmonies of #1ACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCDD

Black with #1ACCDD

Text Example


Text Example

White with #1ACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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