Html Css Color HEX #1ACDDD Dark Turquoise

📋 copy color: '#1ACDDD'

red 26 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #1ACDDD

Tints of Dark Turquoise #1ACDDD

RGB

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

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

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

R = 5.75%
G = 45.35%
B = 48.89%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ACDDD (or 0x1ACDDD) is known color: Dark Turquoise. HEX triplet: 1A, CD and DD. RGB value is (26,205,221). Sum of RGB (Red+Green+Blue) = 26+205+221=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ACDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDDD is #E53222. Grayscale: #999999. Windows color (decimal): -15020579 or 14535962. OLE color: 14535962.

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

Color convert

RGB 26 205 221 -
CMYK 0.88 0.07 0 0.13
HSL 184.92º 0.79% 0.48% -
HSV(B) 184.92º 0.88% 0.87% -
XYZ 35.31 49.1 76.02 -
YUV 153.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 26 205 221 0.88 0.07 0 0.13 184.92 0.79 0.48
Hex 1A CD DD 58 7 0 D B9 4F 30
Octal 32 315 335 130 7 0 15 271 117 60
Binary 11010 11001101 11011101 1011000 111 0 1101 10111001 1001111 110000

Color Harmonies of #1ACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDDD

Black with #1ACDDD

Text Example


Text Example

White with #1ACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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