Html Css Color HEX #1ACBDD Dark Turquoise

📋 copy color: '#1ACBDD'

red 26 ◦ green 203 ◦ blue 221

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

Shades of Dark Turquoise #1ACBDD

Tints of Dark Turquoise #1ACBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 5.78%
G = 45.11%
B = 49.11%

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

#1ACBDD (or 0x1ACBDD) is known color: Dark Turquoise. HEX triplet: 1A, CB and DD. RGB value is (26,203,221). Sum of RGB (Red+Green+Blue) = 26+203+221=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ACBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBDD is #E53422. Grayscale: #979797. Windows color (decimal): -15021091 or 14535450. OLE color: 14535450.

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

Color convert

RGB 26 203 221 -
CMYK 0.88 0.08 0 0.13
HSL 185.54º 0.79% 0.48% -
HSV(B) 185.54º 0.88% 0.87% -
XYZ 34.83 48.15 75.86 -
YUV 152.13 166.86 38.04 -
System Red Green Blue C M Y K H S L
Decimal 26 203 221 0.88 0.08 0 0.13 185.54 0.79 0.48
Hex 1A CB DD 58 8 0 D BA 4F 30
Octal 32 313 335 130 10 0 15 272 117 60
Binary 11010 11001011 11011101 1011000 1000 0 1101 10111010 1001111 110000

Color Harmonies of #1ACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACBDD

Black with #1ACBDD

Text Example


Text Example

White with #1ACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,203,221); }

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

background-color css

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

 a { background-color: rgb(26,203,221); }

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

border-color css

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

 span { border-color: rgb(26,203,221); }

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