Html Css Color HEX #1ACCDA Dark Turquoise

📋 copy color: '#1ACCDA'

red 26 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #1ACCDA

Tints of Dark Turquoise #1ACCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 5.8%
G = 45.54%
B = 48.66%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ACCDA (or 0x1ACCDA) is known color: Dark Turquoise. HEX triplet: 1A, CC and DA. RGB value is (26,204,218). Sum of RGB (Red+Green+Blue) = 26+204+218=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ACCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDA is #E53325. Grayscale: #989898. Windows color (decimal): -15020838 or 14339098. OLE color: 14339098.

HSL color Cylindrical-coordinate representation of color #1ACCDA: hue angle of 184.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACCDA is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 204 218 -
CMYK 0.88 0.06 0 0.15
HSL 184.38º 0.79% 0.48% -
HSV(B) 184.38º 0.88% 0.85% -
XYZ 34.67 48.47 73.86 -
YUV 152.37 165.03 37.86 -
System Red Green Blue C M Y K H S L
Decimal 26 204 218 0.88 0.06 0 0.15 184.38 0.79 0.48
Hex 1A CC DA 58 6 0 F B8 4F 30
Octal 32 314 332 130 6 0 17 270 117 60
Binary 11010 11001100 11011010 1011000 110 0 1111 10111000 1001111 110000

Color Harmonies of #1ACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCDA

Black with #1ACCDA

Text Example


Text Example

White with #1ACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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