Html Css Color HEX #1BC9DB Dark Turquoise

📋 copy color: '#1BC9DB'

red 27 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #1BC9DB

Tints of Dark Turquoise #1BC9DB

RGB

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

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

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

R = 6.04%
G = 44.97%
B = 48.99%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BC9DB (or 0x1BC9DB) is known color: Dark Turquoise. HEX triplet: 1B, C9 and DB. RGB value is (27,201,219). Sum of RGB (Red+Green+Blue) = 27+201+219=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BC9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9DB is #E43624. Grayscale: #969696. Windows color (decimal): -14956069 or 14403867. OLE color: 14403867.

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

Color convert

RGB 27 201 219 -
CMYK 0.88 0.08 0 0.14
HSL 185.63º 0.78% 0.48% -
HSV(B) 185.63º 0.88% 0.86% -
XYZ 34.12 47.12 74.31 -
YUV 151.03 166.35 39.54 -
System Red Green Blue C M Y K H S L
Decimal 27 201 219 0.88 0.08 0 0.14 185.63 0.78 0.48
Hex 1B C9 DB 58 8 0 E BA 4E 30
Octal 33 311 333 130 10 0 16 272 116 60
Binary 11011 11001001 11011011 1011000 1000 0 1110 10111010 1001110 110000

Color Harmonies of #1BC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC9DB

Black with #1BC9DB

Text Example


Text Example

White with #1BC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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