#1BFBC8

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

Shades of Bright Turquoise #1BFBC8

Tints of Bright Turquoise #1BFBC8

Color information

#1BFBC8 (or 0x1BFBC8) is unknown color: approx Bright Turquoise. HEX triplet: 1B, FB and C8. RGB value is (27,251,200). Sum of RGB (Red+Green+Blue) = 27+251+200=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFBC8 is #E40437. Grayscale: #B2B2B2. Windows color (decimal): -14943288 or 13171483. OLE color: 13171483.

HSL color Cylindrical-coordinate representation of color #1BFBC8: hue angle of 166.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFBC8 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB27251200-
CMYK0.8900.200.02
HSL166.34º96.55%54.51%-
HSV(B)166.34º89.24%98.43%-
XYZ45.3773.466.42-
YUV178.21140.2920.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.65%
GREEN value IS 251 (98.44% from 255) = 52.51%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=5.65%
G=52.51%
B=41.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272512000.8900.200.02166.3496.5554.51
Hex1BFBC8590142a66137
Octal33373310131024224614167
Binary110111111101111001000101100101010010101001101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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