Html Css Color HEX #1ACEE8 Dark Turquoise

📋 copy color: '#1ACEE8'

red 26 ◦ green 206 ◦ blue 232

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

Shades of Dark Turquoise #1ACEE8

Tints of Dark Turquoise #1ACEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50%

R = 5.6%
G = 44.4%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1ACEE8 (or 0x1ACEE8) is known color: Dark Turquoise. HEX triplet: 1A, CE and E8. RGB value is (26,206,232). Sum of RGB (Red+Green+Blue) = 26+206+232=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #1ACEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEE8 is #E53117. Grayscale: #9A9A9A. Windows color (decimal): -15020312 or 15257114. OLE color: 15257114.

HSL color Cylindrical-coordinate representation of color #1ACEE8: hue angle of 187.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACEE8 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 206 232 -
CMYK 0.89 0.11 0 0.09
HSL 187.57º 0.82% 0.51% -
HSV(B) 187.57º 0.89% 0.91% -
XYZ 37.06 50.19 84.08 -
YUV 155.14 171.37 35.89 -
System Red Green Blue C M Y K H S L
Decimal 26 206 232 0.89 0.11 0 0.09 187.57 0.82 0.51
Hex 1A CE E8 59 B 0 9 BC 52 33
Octal 32 316 350 131 13 0 11 274 122 63
Binary 11010 11001110 11101000 1011001 1011 0 1001 10111100 1010010 110011

Color Harmonies of #1ACEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACEE8

Black with #1ACEE8

Text Example


Text Example

White with #1ACEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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