#1BE9C6

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

Shades of Bright Turquoise #1BE9C6

Tints of Bright Turquoise #1BE9C6

Color information

#1BE9C6 (or 0x1BE9C6) is unknown color: approx Bright Turquoise. HEX triplet: 1B, E9 and C6. RGB value is (27,233,198). Sum of RGB (Red+Green+Blue) = 27+233+198=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE9C6 is #E41639. Grayscale: #A7A7A7. Windows color (decimal): -14947898 or 13035803. OLE color: 13035803.

HSL color Cylindrical-coordinate representation of color #1BE9C6: hue angle of 169.81º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE9C6 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB27233198-
CMYK0.8800.150.09
HSL169.81º82.4%50.98%-
HSV(B)169.81º88.41%91.37%-
XYZ39.7862.5963.41-
YUV167.42145.2527.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.90%
GREEN value IS 233 (91.41% from 255) = 50.87%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=5.90%
G=50.87%
B=43.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal272331980.8800.150.09169.8182.450.98
Hex1BE9C6580F9aa5233
Octal333513061300171125212263
Binary1101111101001110001101011000011111001101010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,233,198); }

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

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

 a { background-color: rgb(27,233,198); }

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

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

 span { border-color: rgb(27,233,198); }

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