Html Css Color HEX #1ACDDB Dark Turquoise

📋 copy color: '#1ACDDB'

red 26 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #1ACDDB

Tints of Dark Turquoise #1ACDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 5.78%
G = 45.56%
B = 48.67%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ACDDB (or 0x1ACDDB) is known color: Dark Turquoise. HEX triplet: 1A, CD and DB. RGB value is (26,205,219). Sum of RGB (Red+Green+Blue) = 26+205+219=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ACDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDDB is #E53224. Grayscale: #989898. Windows color (decimal): -15020581 or 14404890. OLE color: 14404890.

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

Color convert

RGB 26 205 219 -
CMYK 0.88 0.06 0 0.14
HSL 184.35º 0.79% 0.48% -
HSV(B) 184.35º 0.88% 0.86% -
XYZ 35.04 49 74.63 -
YUV 153.08 165.2 37.36 -
System Red Green Blue C M Y K H S L
Decimal 26 205 219 0.88 0.06 0 0.14 184.35 0.79 0.48
Hex 1A CD DB 58 6 0 E B8 4F 30
Octal 32 315 333 130 6 0 16 270 117 60
Binary 11010 11001101 11011011 1011000 110 0 1110 10111000 1001111 110000

Color Harmonies of #1ACDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDDB

Black with #1ACDDB

Text Example


Text Example

White with #1ACDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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