#1BC2D6

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

Shades of Dark Turquoise #1BC2D6

Tints of Dark Turquoise #1BC2D6

Color information

#1BC2D6 (or 0x1BC2D6) is unknown color: approx Dark Turquoise. HEX triplet: 1B, C2 and D6. RGB value is (27,194,214). Sum of RGB (Red+Green+Blue) = 27+194+214=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #1BC2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC2D6 is #E43D29. Grayscale: #929292. Windows color (decimal): -14957866 or 14074395. OLE color: 14074395.

HSL color Cylindrical-coordinate representation of color #1BC2D6: hue angle of 186.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC2D6 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB27194214-
CMYK0.870.0900.16
HSL186.42º77.59%47.25%-
HSV(B)186.42º87.38%83.92%-
XYZ31.8843.6770.37-
YUV146.35166.1742.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.21%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=6.21%
G=44.60%
B=49.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal271942140.870.0900.16186.4277.5947.25
Hex1BC2D6579010ba4e2f
Octal333023261271102027211657
Binary11011110000101101011010101111001010000101110101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,194,214); }

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

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

 a { background-color: rgb(27,194,214); }

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

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

 span { border-color: rgb(27,194,214); }

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