Html Css Color HEX #1BC9DC Dark Turquoise

📋 copy color: '#1BC9DC'

red 27 ◦ green 201 ◦ blue 220

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

Shades of Dark Turquoise #1BC9DC

Tints of Dark Turquoise #1BC9DC

RGB

 RED value IS 27 (10.94% from 255) = 6.03%

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 6.03%
G = 44.87%
B = 49.11%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BC9DC (or 0x1BC9DC) is known color: Dark Turquoise. HEX triplet: 1B, C9 and DC. RGB value is (27,201,220). Sum of RGB (Red+Green+Blue) = 27+201+220=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BC9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9DC is #E43623. Grayscale: #969696. Windows color (decimal): -14956068 or 14469403. OLE color: 14469403.

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

Color convert

RGB 27 201 220 -
CMYK 0.88 0.09 0 0.14
HSL 185.91º 0.78% 0.48% -
HSV(B) 185.91º 0.88% 0.86% -
XYZ 34.26 47.17 75.01 -
YUV 151.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 27 201 220 0.88 0.09 0 0.14 185.91 0.78 0.48
Hex 1B C9 DC 58 9 0 E BA 4E 30
Octal 33 311 334 130 11 0 16 272 116 60
Binary 11011 11001001 11011100 1011000 1001 0 1110 10111010 1001110 110000

Color Harmonies of #1BC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC9DC

Black with #1BC9DC

Text Example


Text Example

White with #1BC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,201,220); }

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

background-color css

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

 a { background-color: rgb(27,201,220); }

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

border-color css

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

 span { border-color: rgb(27,201,220); }

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