#1BC8D9

Color #1BC8D9 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #1BC8D9

Tints of Dark Turquoise #1BC8D9

Color information

#1BC8D9 (or 0x1BC8D9) is unknown color: approx Dark Turquoise. HEX triplet: 1B, C8 and D9. RGB value is (27,200,217). Sum of RGB (Red+Green+Blue) = 27+200+217=444 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.08% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #1BC8D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC8D9 is #E43726. Grayscale: #959595. Windows color (decimal): -14956327 or 14272539. OLE color: 14272539.

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

Color convert

RGB27200217-
CMYK0.880.0800.15
HSL185.37º77.87%47.84%-
HSV(B)185.37º87.56%85.1%-
XYZ33.6346.5572.86-
YUV150.21165.6940.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.08%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=6.08%
G=45.05%
B=48.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal272002170.880.0800.15185.3777.8747.84
Hex1BC8D95880Fb94e30
Octal333103311301001727111660
Binary1101111001000110110011011000100001111101110011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,200,217); }

 H1.HeaderClassName
 {
   color: #1BC8D9;
 }
 .AnyTagClassName
 {
   color: #1BC8D9;
 }
</style>
background-color css

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

 a { background-color: rgb(27,200,217); }

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

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

 span { border-color: rgb(27,200,217); }

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