Html Css Color HEX #1ACCE0 Dark Turquoise

📋 copy color: '#1ACCE0'

red 26 ◦ green 204 ◦ blue 224

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

Shades of Dark Turquoise #1ACCE0

Tints of Dark Turquoise #1ACCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 5.73%
G = 44.93%
B = 49.34%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1ACCE0 (or 0x1ACCE0) is known color: Dark Turquoise. HEX triplet: 1A, CC and E0. RGB value is (26,204,224). Sum of RGB (Red+Green+Blue) = 26+204+224=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ACCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCE0 is #E5331F. Grayscale: #989898. Windows color (decimal): -15020832 or 14732314. OLE color: 14732314.

HSL color Cylindrical-coordinate representation of color #1ACCE0: hue angle of 186.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACCE0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 204 224 -
CMYK 0.88 0.09 0 0.12
HSL 186.06º 0.79% 0.49% -
HSV(B) 186.06º 0.88% 0.88% -
XYZ 35.47 48.79 78.07 -
YUV 153.06 168.03 37.37 -
System Red Green Blue C M Y K H S L
Decimal 26 204 224 0.88 0.09 0 0.12 186.06 0.79 0.49
Hex 1A CC E0 58 9 0 C BA 4F 31
Octal 32 314 340 130 11 0 14 272 117 61
Binary 11010 11001100 11100000 1011000 1001 0 1100 10111010 1001111 110001

Color Harmonies of #1ACCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCE0

Black with #1ACCE0

Text Example


Text Example

White with #1ACCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,204,224); }

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

background-color css

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

 a { background-color: rgb(26,204,224); }

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

border-color css

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

 span { border-color: rgb(26,204,224); }

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