Html Css Color HEX #1ACADF Dark Turquoise

📋 copy color: '#1ACADF'

red 26 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #1ACADF

Tints of Dark Turquoise #1ACADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 5.76%
G = 44.79%
B = 49.45%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ACADF (or 0x1ACADF) is known color: Dark Turquoise. HEX triplet: 1A, CA and DF. RGB value is (26,202,223). Sum of RGB (Red+Green+Blue) = 26+202+223=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ACADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACADF is #E53520. Grayscale: #979797. Windows color (decimal): -15021345 or 14666266. OLE color: 14666266.

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

Color convert

RGB 26 202 223 -
CMYK 0.88 0.09 0 0.13
HSL 186.4º 0.79% 0.49% -
HSV(B) 186.4º 0.88% 0.87% -
XYZ 34.87 47.79 77.2 -
YUV 151.77 168.19 38.29 -
System Red Green Blue C M Y K H S L
Decimal 26 202 223 0.88 0.09 0 0.13 186.4 0.79 0.49
Hex 1A CA DF 58 9 0 D BA 4F 31
Octal 32 312 337 130 11 0 15 272 117 61
Binary 11010 11001010 11011111 1011000 1001 0 1101 10111010 1001111 110001

Color Harmonies of #1ACADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACADF

Black with #1ACADF

Text Example


Text Example

White with #1ACADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,202,223); }

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

background-color css

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

 a { background-color: rgb(26,202,223); }

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

border-color css

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

 span { border-color: rgb(26,202,223); }

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