Html Css Color HEX #1ACBDB Dark Turquoise

📋 copy color: '#1ACBDB'

red 26 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #1ACBDB

Tints of Dark Turquoise #1ACBDB

RGB

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

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

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

R = 5.8%
G = 45.31%
B = 48.88%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ACBDB (or 0x1ACBDB) is known color: Dark Turquoise. HEX triplet: 1A, CB and DB. RGB value is (26,203,219). Sum of RGB (Red+Green+Blue) = 26+203+219=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ACBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBDB is #E53424. Grayscale: #979797. Windows color (decimal): -15021093 or 14404378. OLE color: 14404378.

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

Color convert

RGB 26 203 219 -
CMYK 0.88 0.07 0 0.14
HSL 184.97º 0.79% 0.48% -
HSV(B) 184.97º 0.88% 0.86% -
XYZ 34.57 48.05 74.47 -
YUV 151.9 165.86 38.2 -
System Red Green Blue C M Y K H S L
Decimal 26 203 219 0.88 0.07 0 0.14 184.97 0.79 0.48
Hex 1A CB DB 58 7 0 E B9 4F 30
Octal 32 313 333 130 7 0 16 271 117 60
Binary 11010 11001011 11011011 1011000 111 0 1110 10111001 1001111 110000

Color Harmonies of #1ACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACBDB

Black with #1ACBDB

Text Example


Text Example

White with #1ACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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