Html Css Color HEX #1ACEDB Dark Turquoise

📋 copy color: '#1ACEDB'

red 26 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #1ACEDB

Tints of Dark Turquoise #1ACEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.68%

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

R = 5.76%
G = 45.68%
B = 48.56%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ACEDB (or 0x1ACEDB) is known color: Dark Turquoise. HEX triplet: 1A, CE and DB. RGB value is (26,206,219). Sum of RGB (Red+Green+Blue) = 26+206+219=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ACEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACEDB is #E53124. Grayscale: #999999. Windows color (decimal): -15020325 or 14405146. OLE color: 14405146.

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

Color convert

RGB 26 206 219 -
CMYK 0.88 0.06 0 0.14
HSL 184.04º 0.79% 0.48% -
HSV(B) 184.04º 0.88% 0.86% -
XYZ 35.28 49.48 74.71 -
YUV 153.66 164.87 36.94 -
System Red Green Blue C M Y K H S L
Decimal 26 206 219 0.88 0.06 0 0.14 184.04 0.79 0.48
Hex 1A CE DB 58 6 0 E B8 4F 30
Octal 32 316 333 130 6 0 16 270 117 60
Binary 11010 11001110 11011011 1011000 110 0 1110 10111000 1001111 110000

Color Harmonies of #1ACEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACEDB

Black with #1ACEDB

Text Example


Text Example

White with #1ACEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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