Html Css Color HEX #1AC8DD Dark Turquoise

📋 copy color: '#1AC8DD'

red 26 ◦ green 200 ◦ blue 221

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

Shades of Dark Turquoise #1AC8DD

Tints of Dark Turquoise #1AC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

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

R = 5.82%
G = 44.74%
B = 49.44%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AC8DD (or 0x1AC8DD) is known color: Dark Turquoise. HEX triplet: 1A, C8 and DD. RGB value is (26,200,221). Sum of RGB (Red+Green+Blue) = 26+200+221=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC8DD is #E53722. Grayscale: #969696. Windows color (decimal): -15021859 or 14534682. OLE color: 14534682.

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

Color convert

RGB 26 200 221 -
CMYK 0.88 0.10 0 0.13
HSL 186.46º 0.79% 0.48% -
HSV(B) 186.46º 0.88% 0.87% -
XYZ 34.13 46.75 75.63 -
YUV 150.37 167.85 39.29 -
System Red Green Blue C M Y K H S L
Decimal 26 200 221 0.88 0.10 0 0.13 186.46 0.79 0.48
Hex 1A C8 DD 58 A 0 D BA 4F 30
Octal 32 310 335 130 12 0 15 272 117 60
Binary 11010 11001000 11011101 1011000 1010 0 1101 10111010 1001111 110000

Color Harmonies of #1AC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC8DD

Black with #1AC8DD

Text Example


Text Example

White with #1AC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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