Html Css Color HEX #1AC8DB Dark Turquoise

📋 copy color: '#1AC8DB'

red 26 ◦ green 200 ◦ blue 219

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

Shades of Dark Turquoise #1AC8DB

Tints of Dark Turquoise #1AC8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 5.84%
G = 44.94%
B = 49.21%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AC8DB (or 0x1AC8DB) is known color: Dark Turquoise. HEX triplet: 1A, C8 and DB. RGB value is (26,200,219). Sum of RGB (Red+Green+Blue) = 26+200+219=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AC8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC8DB is #E53724. Grayscale: #959595. Windows color (decimal): -15021861 or 14403610. OLE color: 14403610.

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

Color convert

RGB 26 200 219 -
CMYK 0.88 0.09 0 0.14
HSL 185.91º 0.79% 0.48% -
HSV(B) 185.91º 0.88% 0.86% -
XYZ 33.87 46.64 74.24 -
YUV 150.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 26 200 219 0.88 0.09 0 0.14 185.91 0.79 0.48
Hex 1A C8 DB 58 9 0 E BA 4F 30
Octal 32 310 333 130 11 0 16 272 117 60
Binary 11010 11001000 11011011 1011000 1001 0 1110 10111010 1001111 110000

Color Harmonies of #1AC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC8DB

Black with #1AC8DB

Text Example


Text Example

White with #1AC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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