#1be7c7

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

Shades of Bright Turquoise #1BE7C7

Tints of Bright Turquoise #1BE7C7

Color information

#1BE7C7 (or 0x1BE7C7) is unknown color: approx Bright Turquoise. HEX triplet: 1B, E7 and C7. RGB value is (27,231,199). Sum of RGB (Red+Green+Blue) = 27+231+199=457 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.91% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE7C7 is #E41838. Grayscale: #A6A6A6. Windows color (decimal): -14948409 or 13100827. OLE color: 13100827.

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

Color convert

RGB27231199-
CMYK0.8800.140.09
HSL170.59º80.95%50.59%-
HSV(B)170.59º88.31%90.59%-
XYZ39.3461.5163.83-
YUV166.36146.4128.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.91%
GREEN value IS 231 (90.62% from 255) = 50.55%
BLUE value IS 199 (78.12% from 255) = 43.54%
R=5.91%
G=50.55%
B=43.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal272311990.8800.140.09170.5980.9550.59
Hex1BE7C7580E9ab5133
Octal333473071300161125312163
Binary1101111100111110001111011000011101001101010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1be7c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,231,199); }

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

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

 a { background-color: rgb(27,231,199); }

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

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

 span { border-color: rgb(27,231,199); }

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