Html Css Color HEX #1ACDDF Dark Turquoise

📋 copy color: '#1ACDDF'

red 26 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #1ACDDF

Tints of Dark Turquoise #1ACDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 5.73%
G = 45.15%
B = 49.12%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ACDDF (or 0x1ACDDF) is known color: Dark Turquoise. HEX triplet: 1A, CD and DF. RGB value is (26,205,223). Sum of RGB (Red+Green+Blue) = 26+205+223=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ACDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDDF is #E53220. Grayscale: #999999. Windows color (decimal): -15020577 or 14667034. OLE color: 14667034.

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

Color convert

RGB 26 205 223 -
CMYK 0.88 0.08 0 0.13
HSL 185.48º 0.79% 0.49% -
HSV(B) 185.48º 0.88% 0.87% -
XYZ 35.58 49.21 77.44 -
YUV 153.53 167.2 37.04 -
System Red Green Blue C M Y K H S L
Decimal 26 205 223 0.88 0.08 0 0.13 185.48 0.79 0.49
Hex 1A CD DF 58 8 0 D B9 4F 31
Octal 32 315 337 130 10 0 15 271 117 61
Binary 11010 11001101 11011111 1011000 1000 0 1101 10111001 1001111 110001

Color Harmonies of #1ACDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDDF

Black with #1ACDDF

Text Example


Text Example

White with #1ACDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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